Settings

Theme

High memory usage in Postgres is good

planetscale.com

3 points by cyndunlop a month ago · 1 comment

Reader

i_have_to_speak a month ago

Great write-up—the distinction between healthy OS caching and actual memory pressure is often misunderstood. To get a granular view of where your memory is actually going (shared buffers, cache hits, etc.) without the overhead of heavy agents, pgmetrics (https://pgmetrics.io) is very effective. If you need to track these metrics over time to catch when 'good' caching turns into 'bad' pressure, pgDash (https://pgdash.io) builds directly on top of it to provide a specialized monitoring dashboard with zero-config setup.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection