Re: CLUSTER. - Mailing list pgsql-general

From Dariusz Pietrzak
Subject Re: CLUSTER.
Date
Msg-id Pine.LNX.4.10.10106151737210.28215-100000@ajax.umcs.lublin.pl
Whole thread Raw
In response to CLUSTER.  (Dariusz Pietrzak <dariush@ajax.umcs.lublin.pl>)
List pgsql-general
> Read what the command CLUSTER does. Definately not what you think.
> You create clustered indeces as you would any index:
> create index lala_idx on lala (col1,col2,...);
I already have indexes, now I want'em clustered.
Command:     CLUSTER
Description: Gives storage clustering advice to the server

Problem is - this 'advice' seem to be pretty destructive.



pgsql-general by date:

Previous
From: Dariusz Pietrzak
Date:
Subject: Re: CLUSTER. (fwd)
Next
From: Gunnar Rønning
Date:
Subject: The bytea datatype and JDBC