Revitalize PostgreSQL with pg_repack: A Gentle Vacuum Solution
Overview:
pg_repack is a PostgreSQL extension that lets you remove bloat from tables and indexes, and optionally restore the physical order of clustered indexes. Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on the...
malymohsemahmed.hashnode.dev2 min read