In this tab you can overview and perform maintenance on database tables of ISL Conference Proxy.
Maintenance
At the bottom of the table you have 3 maintenance calls you can perform:
- Vacuum analyze - Reclaims storage occupied by dead tuples left by PostgreSQL operations. Performs the Analyze call afterwards as well.
- Reindex analyze - Rebuild an index using the data stored in the index's table, replacing the old copy of the index. Performs the Analyze call afterwards as well.
- Analyze - Collect statistics about the contents of tables in the database, and stores the results in the pg_statistic system catalog. Subsequently, the query planner uses these statistics to help determine the most efficient execution plans for queries.