pg_auto_reindexer v1.4 released

Posted on 2025-04-29 by vitabaks
Related Open Source

This release brings major code refactoring, multiple bugfixes, and introduces a new --jobs option to control the number of parallel workers, enabling faster and more efficient reindexing operations.

About pg_auto_reindexer

pg_auto_reindexer is a lightweight tool for automatic maintenance of PostgreSQL B-tree indexes.

It automatically detects bloated indexes and reindexes them with minimal locking, helping to maintain optimal database performance over time.