Post-Upgrade Tasks: Statistics Quiz Home › PostgreSQL DBA › Post-Upgrade Tasks: Statistics ✅ Postgres Database Administration – Post-Upgrade Tasks: Statistics 20 questions · 15 min timer · Explanations included · Free 1. What is the effect of running VACUUM FULL on a PostgreSQL database? It only removes dead tuples without locking the tables. It updates the statistics for the query planner. It rebuilds all indexes in the database. It locks the tables and reclaims space by rewriting the entire table. None Show Hint VACUUM FULL locks the tables and rewrites them to reclaim space, which can be disruptive in a production environment. 2. What is the purpose of the pg_freespacemap module in PostgreSQL? To perform database backups To manage user permissions To optimize query execution plans To monitor free space in tables and indexes None Show Hint The pg_freespacemap module provides functions to examine the free space map, helping to identify potential bloat issues. Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Click Submit to see your final score! Previous Start Quiz Next Time's up