These are Greenplum Database system catalog maintenance steps.
Perform a REINDEX on the system catalog tables to rebuild the system catalog indexes. This removes
bloat in the indexes and improves VACUUM performance.
Note: When performing REINDEX on the system catalog tables, locking will occur on the
tables and might have an impact on currently running queries. You can schedule the REINDEX
operation during a period of low activity to avoid disrupting ongoing business operations.
Perform a VACUUM on system catalog tables.
Perform an ANALYZE on the system catalog tables to update the table statistics.
Correct sequence of steps.
1)Vacuum
2)Reindex
3)Analyze
Same applies for below section:
These are steps for intensive system catalog maintenance.
Stop all catalog activity on the Greenplum Database system.
Perform a REINDEX on the system catalog tables to rebuild the system catalog indexes. This removes
bloat in the indexes and improves VACUUM performance.
Perform a VACUUM FULL on the system catalog tables. See the following Note.
Perform an ANALYZE on the system catalog tables to update the catalog table statistics.
Page No : 635
Given Topic/Statement:
These are Greenplum Database system catalog maintenance steps.
Perform an ANALYZE on the system catalog tables to update the table statistics.
Correct sequence of steps. 1)Vacuum 2)Reindex 3)Analyze
These are steps for intensive system catalog maintenance.