Re: : Performance Improvement Strategy

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: Greg Smith <greg(at)2ndquadrant(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: : Performance Improvement Strategy
Date: 2011-10-05 18:15:54
Message-ID: 23412.1317838554@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> writes:
> It used to be that cluster on a very randomly ordered table was much
> slower than doing something like select * into newtable from oldtable
> order by col1, col2; Is that still the case in 9.0/9.1?

Fixed in 9.1, per release notes:

* Allow CLUSTER to sort the table rather than scanning the index when it seems likely to be cheaper (Leonardo Francalanci)

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message David Boreham 2011-10-05 19:15:15 Intel 710 Endurance Test Results
Previous Message Scott Marlowe 2011-10-05 17:09:45 Re: : Performance Improvement Strategy