Re: table clustering brings joy - Mailing list pgsql-general

From Junaili Lie
Subject Re: table clustering brings joy
Date
Msg-id 8d04ce9905081622433a57fe6f@mail.gmail.com
Whole thread Raw
In response to Re: table clustering brings joy  (Kevin Murphy <murphy@genome.chop.edu>)
Responses Re: table clustering brings joy  (Greg Stark <gsstark@mit.edu>)
List 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 by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: syntax error foreign key
Next
From: Pit Müller
Date:
Subject: Re: libpy and ENABLE_THREAD_SAFETY=1