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

From David Steele
Subject Re: Columns correlation and adaptive query optimization
Date
Msg-id a43a8be4-4fb2-bce9-450b-8fc1fa914def@pgmasters.net
Whole thread Raw
In response to Re: Columns correlation and adaptive query optimization  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Responses Re: Columns correlation and adaptive query optimization  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
List pgsql-hackers
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,
-- 
-David
david@pgmasters.net



pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: pg_upgrade fails with non-standard ACL
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Implement INSERT SET syntax