Re: [HACKERS] Extended statistics is not working on Vars hidden undera RelabelType - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: [HACKERS] Extended statistics is not working on Vars hidden undera RelabelType
Date
Msg-id eab81ed4-7ff6-e2fb-96fe-7934e623c067@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] Extended statistics is not working on Vars hidden undera RelabelType  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [HACKERS] Extended statistics is not working on Vars hidden undera RelabelType
List pgsql-hackers
On 10/13/2017 10:04 PM, Robert Haas wrote:
> On Mon, Oct 9, 2017 at 11:03 PM, David Rowley
> <david.rowley@2ndquadrant.com> wrote:
>> -- Unpatched
>>  Planning time: 0.184 ms
>>  Execution time: 105.878 ms
>>
>> -- Patched
>>  Planning time: 2.175 ms
>>  Execution time: 106.326 ms
> 
> This might not be the best example to show the advantages of the
> patch, honestly.
> 

Not sure what exactly is your point? If you're suggesting this example
is bad because the planning time increased from 0.184 to 2.175 ms, then
perhaps consider the plans were likely generated on a assert-enabled
build and on a laptop (both of which adds quite a bit of noise to
occasional timings). The patch has no impact on planning time (at least
I've been unable to measure any).

regards

-- 
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] [PATCH] pageinspect function to decode infomasks
Next
From: David Rowley
Date:
Subject: Re: [HACKERS] Extended statistics is not working on Vars hidden undera RelabelType