Login
From:
willj.net
(Uncensored)
subscribe
Buffer analysis when using EXPLAIN ANALYSE in Postgres
https://willj.net/posts/buffer-analysis-when-using-explain-analyse-in-postgres/
links
backlinks
Tagged with:
databases
performance
Roast topics
Find topics
Find it!
The BUFFERS option to Postgres' EXPLAIN command can help you work out where queries are using lots of IO. learn how to use this to optimize your SQL.