PostgreSQL Vacuum – What you need to know?
PostgreSQL vacuum: Introduction: PostgreSQL vacuum is an important topic in PostgreSQL database administration. Before we get into PostgreSQL vacuum we first have to understand MVCC architecture in PostgreSQL. In a multi-user database management system, a transaction must support the following two properties Data concurrency: means that many users can access data at the same … Read more