enable_indexonly - Mailing list pgsql-hackers

From Simon Riggs
Subject enable_indexonly
Date
Msg-id CA+U5nMJtNO6f1xB6eXbxWpKmJSy-7CZjcssh-1eOE+wEJ-w54A@mail.gmail.com
Whole thread Raw
Responses Re: enable_indexonly  (Thom Brown <thom@linux.com>)
List pgsql-hackers
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.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: default_transaction_isolation = serializable causes crash under Hot Standby
Next
From: Thom Brown
Date:
Subject: Re: enable_indexonly