From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | David Rowley <david(dot)rowley(at)2ndquadrant(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Álvaro Herrera <alvaro(dot)herrera(at)2ndquadrant(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com> |
Subject: | Re: Extended statistics is not working on Vars hidden under a RelabelType |
Date: | 2017-10-13 20:04:12 |
Message-ID: | CA+Tgmoa90paSpL7HmMznVF+AC-T7GVHoG7NiF0BDXfjqmxURHQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Oct 9, 2017 at 11:03 PM, David Rowley
<david(dot)rowley(at)2ndquadrant(dot)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.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2017-10-13 20:05:09 | Re: Disable cross products in postgres |
Previous Message | Robert Haas | 2017-10-13 20:02:34 | Re: [PATCH] pageinspect function to decode infomasks |