Should I CLUSTER on PRIMARY KEY

Поиск
Список
Период
Сортировка
От Robert James
Тема Should I CLUSTER on PRIMARY KEY
Дата
Msg-id e09785e00907191707x602f2c7bk4ca172e8988afc76@mail.gmail.com
обсуждение исходный текст
Ответы Re: Should I CLUSTER on PRIMARY KEY
Список pgsql-general
I would like to CLUSTER a table on its PRIMARY KEY.  Now, I haven't explicitly defined and named an index for this table - but the primary key defines one.   How can I tell Postgres to CLUSTER on it?
Also: If I define an index on a PK, will Postgres make a second one, or realize its redundnant?
Thanks!

В списке pgsql-general по дате отправления:

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: Re: timestamp with time zone tutorial
Следующее
От: Robert James
Дата:
Сообщение: Re: Understanding sequential versus index scans.