Re: table clustering brings joy

From: Kevin Murphy <murphy(at)genome(dot)chop(dot)edu>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Re: table clustering brings joy
Date: 2005-08-17 01:43:08
Message-ID: 4302962C.5000709@genome.chop.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthew Terenzio 2005-08-17 02:09:14 Re: syntax error foreign key
Previous Message Matthew Terenzio 2005-08-17 01:37:03 syntax error foreign key