Re: Use my (date) index, darn it! - Mailing list pgsql-performance

From Tom Lane
Subject Re: Use my (date) index, darn it!
Date
Msg-id 10346.1073320190@sss.pgh.pa.us
Whole thread Raw
In response to Re: Use my (date) index, darn it!  (John Siracusa <siracusa@mindspring.com>)
List pgsql-performance
John Siracusa <siracusa@mindspring.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

pgsql-performance by date:

Previous
From: John Siracusa
Date:
Subject: Re: Use my (date) index, darn it!
Next
From: Vivek Khera
Date:
Subject: Re: deferred foreign keys