Explain returns different number of rows
Vince McMahon <sippingonesandzeros@gmail.com>
From: Vince McMahon <sippingonesandzeros@gmail.com>
To: pgsql-general@lists.postgresql.org
Date: 2022-10-20T16:52:12Z
Lists: pgsql-performance
I did get reply so I am trying again. I executed the following statements 3 times > explain(analyze, buffet) select * from table1 > > The number of rows are different. Is the table corrupted? How to confirm > and how to fix it? >