Re: Our CLUSTER implementation is pessimal

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Simon Riggs <simon(at)2ndQuadrant(dot)com>
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, Postgres <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Our CLUSTER implementation is pessimal
Date: 2008-09-08 10:52:26
Message-ID: 48C503EA.3000907@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2008-09-08 11:08:26 Re: [PATCH] Cleanup of GUC units code
Previous Message Markus Wanner 2008-09-08 10:37:55 Re: Synchronous Log Shipping Replication