[HACKERS] PATCH: multivariate histograms and MCV lists - Mailing list pgsql-hackers

From Tomas Vondra
Subject [HACKERS] PATCH: multivariate histograms and MCV lists
Date
Msg-id dfdac334-9cf2-2597-fb27-f0fb3753f435@2ndquadrant.com
Whole thread Raw
Responses Re: [HACKERS] PATCH: multivariate histograms and MCV lists  (Adrien Nayrat <adrien.nayrat@dalibo.com>)
List pgsql-hackers
Hi all,

For PostgreSQL 10 we managed to get the basic CREATE STATISTICS bits in 
(grammar, infrastructure, and two simple types of statistics). See:

     https://commitfest.postgresql.org/13/852/

This patch presents a rebased version of the remaining parts, adding 
more complex statistic types (MCV lists and histograms), and hopefully 
some additional improvements.

The code was rebased on top of current master, and I've made various 
improvements to match how the committed parts were reworked. So the 
basic idea and shape remains the same, the tweaks are mostly small.


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

Attachment

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] [BUGS] Replication to Postgres 10 on Windows is broken
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] POC: Sharing record typmods between backends