Buffer analysis when using EXPLAIN ANALYSE in Postgres(opens in new tab)
Many people are familiar with running EXPLAIN and EXPLAIN ANALYSE to diagnose Postgres performance issues, but there are a couple of useful options available when running these reports that aren’t always commonly known that you might find useful. The first ...