How to optimize PostgreSQL database size
One of the PostgreSQL's most sophisticated features is so called Multi-Version Concurrency Control (MVCC), a standard technique for avoiding conflicts between reads and writes of the same object in database. Unfortunately, there is one downside to MVCC, the databases tend to grow over time. This article shows two ways to get your space back!
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.