PostgreSQL Maintenance Tasks

Navicat provides a complete solution for most of the native PostgreSQL services, which are intended for database and table maintenance. To make your work with the server easier, Navicat also provides some graphical tools for working with the server as a whole.

Analyze
Collects statistics about the contents of tables in the database.

Vacuum
Reclaims storage occupied by deleted tuples.

Reindex
Rebuilds an index using the data stored in the index's table.