pg_auto_reindexer v1.5 Released
The latest version of pg_auto_reindexer, v1.5, has been launched with several enhancements aimed at improving the functionality and user experience. Key updates include better management of special characters in index and database names, the introduction of a new `--sorting-order` option for controlling the order of index processing based on size, and enhanced logging capabilities that provide a total count of bloat indices along with progress updates for each index.
Notable Changes in v1.5:
- Improved Handling of Special Characters: The release fixes issues related to the handling of special characters and spaces in index and database names, making the tool more versatile in different environments.
- New Sorting Order Option: The `--sorting-order` option allows users to specify the processing order of indices based on their size, enabling more efficient management of bloat.
- Enhanced Logging: The logging system has been upgraded to display both the total number of bloat indices and updates on the progress of each index during processing.
Bug Fixes:
- The variable handling error related to error message reporting has been addressed.
- The improvements to special character handling have been refined to ensure smoother operations.
Access the Full Changelog: Users can view the complete list of changes from v1.4 to v1.5 in the release notes on the official repository.
In conclusion, pg_auto_reindexer v1.5 is a significant update that not only rectifies previous issues but also introduces features that enhance the tool's usability and efficiency in managing database indices. Users are encouraged to upgrade to this version to take advantage of the new features and improvements
The latest version of pg_auto_reindexer, v1.5, has been launched with several enhancements aimed at improving the functionality and user experience. Key updates include better management of special characters in index and database names, the introduction of a new `--sorting-order` option for controlling the order of index processing based on size, and enhanced logging capabilities that provide a total count of bloat indices along with progress updates for each index.
Notable Changes in v1.5:
- Improved Handling of Special Characters: The release fixes issues related to the handling of special characters and spaces in index and database names, making the tool more versatile in different environments.
- New Sorting Order Option: The `--sorting-order` option allows users to specify the processing order of indices based on their size, enabling more efficient management of bloat.
- Enhanced Logging: The logging system has been upgraded to display both the total number of bloat indices and updates on the progress of each index during processing.
Bug Fixes:
- The variable handling error related to error message reporting has been addressed.
- The improvements to special character handling have been refined to ensure smoother operations.
Access the Full Changelog: Users can view the complete list of changes from v1.4 to v1.5 in the release notes on the official repository.
In conclusion, pg_auto_reindexer v1.5 is a significant update that not only rectifies previous issues but also introduces features that enhance the tool's usability and efficiency in managing database indices. Users are encouraged to upgrade to this version to take advantage of the new features and improvements
pg_auto_reindexer v1.5 released
pg_auto_reindexer v1.5 enhances the management of special characters in index and database names, introduces a new --sorting-order option, and improves logging capabilities by providing total bloat index count and per-index progress updates.