SROne of the use cases of EXPLAIN is estimating the number of rows in your table. select count() from table1 is costly, alternatively, explain select count(*) from table1 will give an estimated result much faster.Comment·Article·Jan 23, 2024·Explaining and Analysing Postgres EXPLAIN ANALYSE
SRSuch an informative and well-written blog! Rooting for more such blogs.Comment·Article·Jan 23, 2024·Explaining and Analysing Postgres EXPLAIN ANALYSE