Monthly Archives: June 2008

pg_standby lag monitoring

I have been using pg_standby quite a bit lately, and thus we needed some management tools around it.  One simple thing that was sorely missed was lag monitoring.  When you have 100′s of standby’s,  and many of them on the … Continue reading

Tagged , | View Comments

Mapping Linux memory for PostgreSQL using fincore

PostgreSQL, more-so than other databases generally relies on OS file system cache to keep performance high. It is pretty common not to see gains in performance for buffer cache sizes over about 2GB, why this is true I am unsure, … Continue reading

Posted in PostgreSQL | Tagged , | View Comments