Re: Our CLUSTER implementation is pessimal - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Our CLUSTER implementation is pessimal
Date
Msg-id 48C503EA.3000907@enterprisedb.com
Whole thread Raw
In response to Re: Our CLUSTER implementation is pessimal  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Our CLUSTER implementation is pessimal  (Simon Riggs <simon@2ndQuadrant.com>)
Re: Our CLUSTER implementation is pessimal  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Simon Riggs wrote:
> I think there needs to be an option to force this to do either sorts or
> indexscans. 

If we use the planner, "set enable_indexscan =off" or "set 
enable_sort=off" ought to work.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Markus Wanner
Date:
Subject: Re: Synchronous Log Shipping Replication
Next
From: Simon Riggs
Date:
Subject: Re: [PATCH] Cleanup of GUC units code