On Thu, Mar 6, 2025 at 8:30 AM Matthias van de Meent <boekewurm+postg...@gmail.com> wrote: > On Thu, 6 Mar 2025 at 14:18, Alena Rybakina <a.rybak...@postgrespro.ru> wrote: > > > > Hi! I got a query plan with a strange number of rows. Could you please > > help me understand it? > > > > To be honest I can't understand why 0.50 number of rows here? > > Because the scan matched only ~(500 rows over 999 iterations = 500/999 > ~=) 0.50 rows for every loop, on average, for these plan nodes:
This is a good and correct explanation, but I'm VERY curious to hear more from Alena. Like, Tom expressed the concern before we did this that the fractional digits would confuse people, and the fact that someone who is a regular participant on this mailing list was one of the people confused gives credence to that concern. But I want to know what exactly Alena found (or finds) confusing here. The Nested Loop executes 999 times, so perhaps Alena thought that 0.50 was the TOTAL number of rows across ALL of those executions rather than the AVERAGE number of rows per execution? Because then 0.50 would indeed be a very surprising result. Or maybe she just didn't realize that part of the plan executed 999 times? Or something else? Alena, if you're willing, please elaborate on what you think is confusing here! -- Robert Haas EDB: http://www.enterprisedb.com