How can I view the estimated cardinality of a SELECT query in PostgreSQL prior execution? Is there a way to do it with the EXPLAIN keyword?
How can I view the estimated cardinality of a SELECT query in PostgreSQL prior execution? Is there a way to do it with the EXPLAIN keyword?