Re: postgresql meltdown on PlanetMath.org

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: postgresql meltdown on PlanetMath.org
Дата
Msg-id 07b501c2ecee$8917b8c0$6500a8c0@fhp.internal
обсуждение исходный текст
Ответ на Re: postgresql meltdown on PlanetMath.org  ("Kendrick C. Wilson" <kendrick_wilson@hotmail.com>)
Список pgsql-performance

> What is the structure of you table?
> Is the data types in the table the same as in the SQL....
>
> Did you create the index after the loading the table?
> cluster the table around the most used index....

There is no point clustering a table around the most used index, unless
access to the index is non-random.  eg. you are picking up more than one
consecutive entry from the index at a time.  eg. Indexes on foreign keys are
excellent for clustering.

Chris


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

Предыдущее
От: "Lucas Adamski"
Дата:
Сообщение: Re: postgresql meltdown on PlanetMath.org
Следующее
От: Aaron Krowne
Дата:
Сообщение: Re: postgresql meltdown on PlanetMath.org