Re: Equivalent praxis to CLUSTERED INDEX?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Equivalent praxis to CLUSTERED INDEX?
Дата
Msg-id 412D39E1.2040304@familyhealth.com.au
обсуждение исходный текст
Ответ на Equivalent praxis to CLUSTERED INDEX?  (Mischa Sandberg <mischa.sandberg@telus.net>)
Список pgsql-performance
> I see that PG has a one-shot CLUSTER command, but doesn't support
> continuously-updated clustered indexes.
>
> What I infer from newsgroup browsing is, such an index is impossible,
> given the MVCC versioning of records (happy to learn I'm wrong).
>
> I'd be curious to know what other people, who've crossed this same
> bridge from MSSQL or Oracle or Sybase to PG, have devised,
> faced with the same kind of desired performance gain for retrieving
> blocks of rows with the same partial key.

I just run clusterdb each weekend in a cron job...

Chris

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

Предыдущее
От: Ralf Schramm
Дата:
Сообщение: Re: Anyone familiar with Apple Xserve RAID
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: What is the best way to do attribute/values?