Re: auto_explain sample rate - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: auto_explain sample rate
Date
Msg-id 56E425A4.5050305@dalibo.com
Whole thread Raw
In response to Re: auto_explain sample rate  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: auto_explain sample rate  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
On 11/03/2016 17:55, Robert Haas wrote:
> On Fri, Mar 11, 2016 at 11:33 AM, Tomas Vondra
> <tomas.vondra@2ndquadrant.com> wrote:
>> A bit late, but I think we should rename the GUC variable to
>> "sampling_rate" (instead of sample_ratio) as that's what pgbench uses
>> for the same thing. That'd be more consistent.
>
> I like that idea.  It seems like slightly better terminology.
>

I like it too. I also just noticed that I duplicated the var type by
mistake in the documentation :/

Attached patch fixes both.

--
Julien Rouhaud
http://dalibo.com - http://dalibo.org

Attachment

pgsql-hackers by date:

Previous
From: Mithun Cy
Date:
Subject: Re: Explain [Analyze] produces parallel scan for select Into table statements.
Next
From: "David G. Johnston"
Date:
Subject: Re: Performance improvement for joins where outer side is unique