Files
tldr/pages/common/clusterdb.md
T
Fabio Perrella 4758541351 clusterdb: add page (#18368)
Co-authored-by: Harshavardhan <harshath3018@gmail.com>
2025-10-06 17:21:31 +03:00

364 B

clusterdb

Cluster (reorganize) a PostgreSQL database. More information: https://www.postgresql.org/docs/current/app-clusterdb.html.

  • Cluster a specific database:

clusterdb {{database_name}}

  • Cluster all databases:

clusterdb {{[-a|--all]}}

  • Cluster a specific table in a database:

clusterdb {{[-t|--table]}} {{table_name}} {{database_name}}