Re: enable_indexonly

From: Thom Brown <thom(at)linux(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: enable_indexonly
Date: 2012-04-27 15:41:01
Message-ID: CAA-aLv4rZdG2BXRnH6Oe+M8jbhxe72iYgVs-GJWm5muLMZpiMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 27 April 2012 16:08, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> I notice that there isn't a parameter called enable_indexonly (or similar).
>
> ISTM that such a major new feature should be controlled by a planner
> method parameter, just as all the existing planner methods are.
>
> This will help us evaluate index only scans in production, and turn
> them off if they have negative impacts.

It already exists and is called "enable_indexonlyscan".

--
Thom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2012-04-27 15:45:00 Re: enable_indexonly
Previous Message Kevin Grittner 2012-04-27 15:24:42 Re: default_transaction_isolation = serializable causes crash under Hot Standby