clusterdb
clusterdb
Description
-
clusterdb is a utility for clustering tables inside a
+
clusterdb is a utility for re-clustering tables
+ in a
PostgreSQL database. It finds table(s)
+ that have previously been clustered, and clusters them again on the same
+ index that was last used. Tables that have never been clustered are not
+ touched.
clusterdb will need to connect several times to the
-
PostgreSQL server, asking for the password each
- time. It will probably be very convenient to have a PGPASSWORDFILE in that case.
+
PostgreSQL server. If you are using password
+ authentication, it will ask for the password each time. It will probably be
+ very convenient to have a PGPASSWORDFILE in that case.