October 2010
Intermediate to advanced
468 pages
11h 35m
English
PostgreSQL aims to be easy to maintain. But like any database, heavy activity can lead to a drop in performance due to overhead. The approach taken to handle concurrent read and write scalability in the database can leave behind significant amounts of data that needs to be cleaned up properly. Understanding why that happens is valuable for modeling just how often related maintenance needs to occur. Another aspect of maintaining any database server is monitoring how well the queries it runs execute.
One design decision any database needs to make is how to handle the situation where multiple clients might be interacting with the same data. PostgreSQL uses a ...
Read now
Unlock full access