Re: Columns correlation and adaptive query optimization - Mailing list pgsql-hackers

From Konstantin Knizhnik
Subject Re: Columns correlation and adaptive query optimization
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Columns correlation and adaptive query optimization  (David Steele <[email protected]>)
Responses Re: Columns correlation and adaptive query optimization
List pgsql-hackers

On 24.03.2020 20:12, David Steele wrote:
> On 12/24/19 3:15 AM, Konstantin Knizhnik wrote:
>> New version of patch implicitly adding multicolumn statistic in 
>> auto_explain extension and using it in optimizer for more precise 
>> estimation of join selectivity.
>> This patch fixes race condition while adding statistics and restricts 
>> generated statistic name to fit in 64 bytes (NameData).
>
> This patch no longer applies: https://commitfest.postgresql.org/27/2386/
>
> The CF entry has been updated to Waiting on Author.
>
> Regards,

Rebased patch is attached.

-- 
Konstantin Knizhnik
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


Attachment

pgsql-hackers by date:

Previous
From: tushar
Date:
Subject: Re: [Proposal] Global temporary tables
Next
From: Rémi Cura
Date:
Subject: Generated column and inheritance: strange default error