Re: table clustering brings joy

Поиск
Список
Период
Сортировка
От Junaili Lie
Тема Re: table clustering brings joy
Дата
Msg-id 8d04ce9905081622433a57fe6f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: table clustering brings joy  (Kevin Murphy <murphy@genome.chop.edu>)
Ответы Re: table clustering brings joy  (Greg Stark <gsstark@mit.edu>)
Список pgsql-general
Quick questions:
For big tables with frequent insert, no update, and frequent read
(using indexes), will clustering help?
what should be done on such table other than regular analyze?
comments are appreciated.


On 8/16/05, Kevin Murphy <murphy@genome.chop.edu> wrote:
> Greg Stark wrote:
>
> >All that said clustering is indeed often quite effective. Especially if it
> >makes an index scan efficient enough to win over sequential scans you can see
> >some huge effects. It's most useful for tables that aren't undergoing lots of
> >updates and don't need to be reclustered often.
> >
> >
> Which is my situation; most tables are read-only.  Thanks for the comments.
>
> -Kevin
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: syntax error foreign key
Следующее
От: Pit Müller
Дата:
Сообщение: Re: libpy and ENABLE_THREAD_SAFETY=1