Re: table clustering brings joy

From: Junaili Lie <junaili(at)gmail(dot)com>
To: Kevin Murphy <murphy(at)genome(dot)chop(dot)edu>
Cc: Greg Stark <gsstark(at)mit(dot)edu>, PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Re: table clustering brings joy
Date: 2005-08-17 05:43:11
Message-ID: 8d04ce9905081622433a57fe6f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)genome(dot)chop(dot)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
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bernard 2005-08-17 08:22:16 BUG #1830: Non-super-user must be able to copy from a file
Previous Message Lee Hyun soon 2005-08-17 05:29:45 pgsql-bugs