pg_squeeze is a PostgreSQL extension that reclaims space in bloated tables without blocking read or write access. It provides a non-intrusive alternative to VACUUM FULL by creating a new compacted copy of the table in the background. It’s particularly useful for maintaining performance in large, heavily updated databases.
Features
- Reclaims space from bloated tables without downtime
- Works without blocking concurrent queries or updates
- Supports automatic and scheduled squeezing
- Handles indexes and foreign keys safely
- Logging and monitoring of squeeze operations
- Reduces table size and improves performance
Categories
DatabaseLicense
MIT LicenseFollow pg_squeeze
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of pg_squeeze!