Re: GUC parameter cursors_tuple_fraction - Mailing list pgsql-patches

From Tom Lane
Subject Re: GUC parameter cursors_tuple_fraction
Date
Msg-id 25502.1209763711@sss.pgh.pa.us
Whole thread Raw
In response to GUC parameter cursors_tuple_fraction  ("Hell, Robert" <Robert.Hell@fabasoft.com>)
List pgsql-patches
"Hell, Robert" <Robert.Hell@fabasoft.com> writes:
> This patch adds a GUC parameter for tuple_fraction of cursors (discussed
> earlier here:
> http://archives.postgresql.org/pgsql-performance/2008-04/msg00018.php).
> By setting this parameter the planner's favor to use fast-start plans
> for cursors can be affected.

Applied with some documentation cleanup, and also care for the behavior
at the range endpoints 0 and 1.  A user expecting it to act like a
simple fraction would have been quite surprised at the endpoints
(see the header comments for grouping_planner).

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] GUC parameter cursors_tuple_fraction
Next
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Sigh ...