EXPLAIN with buffers postgres

Run query and show real timings plus buffer hits/reads to spot disk I/O

EXPLAIN (ANALYZE, BUFFERS, VERBOSE) SELECT ... ; -- shared hit/read shows cache vs disk I/O
more postgres all 29 commands →