top of page
CerebroSQL

RDBMS Type: PostgreSQL

CLUSTER

Topic

CLUSTER [VERBOSE] table_name [ USING index_name ]
CLUSTER [VERBOSE]

Example

CLUSTER employees USING employees_ind;
CLUSTER employees;
CLUSTER;

bottom of page