CLUSTER (7) Linux Manual Page
CLUSTER – cluster a table according to an index Synopsis CLUSTER [VERBOSE] tablename [ USING indexname ] CLUSTER [VERBOSE] Description CLUSTER instructs PostgreSQL to cluster the table specified by tablename based on the index specified by indexname. The index must already have been defined on tablename. When a table is clustered, it is physically reordered…
