Re: CLUSTER.

Поиск
Список
Период
Сортировка
От Dariusz Pietrzak
Тема Re: CLUSTER.
Дата
Msg-id Pine.LNX.4.10.10106151737210.28215-100000@ajax.umcs.lublin.pl
обсуждение исходный текст
Ответ на CLUSTER.  (Dariusz Pietrzak <dariush@ajax.umcs.lublin.pl>)
Список 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 по дате отправления:

Предыдущее
От: Dariusz Pietrzak
Дата:
Сообщение: Re: CLUSTER. (fwd)
Следующее
От: Gunnar Rønning
Дата:
Сообщение: The bytea datatype and JDBC