Parallelism comes to VACUUM

Vacuum is one of the most important features for reclaiming deleted tuples in tables and indexes. Without vacuum, tables and indexes would continue to grow in size without bounds. This...
September 02, 2020

Webinar: Similarity Queries in PostgreSQL [Follow Up]

Similarity queries are a popular requirement in many applications that need data integration, record linkage, data cleaning, data de-duplication, and fuzzy matching. PostgreSQL provides many features that allow you to...
August 20, 2020

Postgres Vacuuming Through Pictures [Webinar]

Vacuuming is a key feature of PostgreSQL databases to keep databases healthy and optimized. When enabled, autovacuum conserves space by removing obsolete disk usage and optimizes database performance by speeding...
August 20, 2020

Webinar: PostgreSQL on Windows [Follow Up]

PostgreSQL is a powerful database and supports multiple operating systems. Windows is a first-class example of PostgreSQL supported platforms. In order to explore this topic in detail, 2ndQuadrant arranged a...
August 17, 2020