Re: Use my (date) index, darn it!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: siracusa(at)mindspring(dot)com
Cc: Postgres Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Use my (date) index, darn it!
Date: 2004-01-05 16:29:50
Message-ID: 10346.1073320190@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

John Siracusa <siracusa(at)mindspring(dot)com> writes:
> Is there any way to "uncluster" a table? Should I just cluster it on a
> different column?

That should work, if you choose one that's uncorrelated with the
previous clustering attribute.

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Vivek Khera 2004-01-05 16:33:40 Re: deferred foreign keys
Previous Message John Siracusa 2004-01-05 16:19:04 Re: Use my (date) index, darn it!