VACUUM VACUUM — garbage-collect and optionally analyze a database Synopsis VACUUM [ ( option [, ...] ) ] [ table_and_columns …| PostgreSQL Documentation
CLUSTER CLUSTER — cluster a table according to an index Synopsis CLUSTER [ ( option [, ...] ) ] [ …| PostgreSQL Documentation
ANALYZE ANALYZE — collect statistics about a database Synopsis ANALYZE [ ( option [, ...] ) ] [ table_and_columns [, …| PostgreSQL Documentation
19.9. Run-time Statistics # 19.9.1. Cumulative Query and Index Statistics 19.9.2. Statistics Monitoring 19.9.1. Cumulative Query and Index Statistics # These parameters …| PostgreSQL Documentation
Postgres 14 highlight - Monitoring for COPY| paquier.xyz
27.2. The Cumulative Statistics System # 27.2.1. Statistics Collection Configuration 27.2.2. Viewing Statistics 27.2.3. pg_stat_activity 27.2.4. pg_stat_replication 27.2.5. pg_stat_replication_slots 27.2.6. pg_stat_wal_receiver …| PostgreSQL Documentation
pg_basebackup pg_basebackup — take a base backup of a PostgreSQL cluster Synopsis pg_basebackup [option...] Description pg_basebackup is used to take …| PostgreSQL Documentation
27.4. Progress Reporting # 27.4.1. ANALYZE Progress Reporting 27.4.2. CLUSTER Progress Reporting 27.4.3. COPY Progress Reporting 27.4.4. CREATE INDEX Progress Reporting …| PostgreSQL Documentation