Re: multivariate statistics (v19)
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Tomas Vondra <tomas.vondra@2ndquadrant.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Dilip Kumar <dilipbalaut@gmail.com>,
Dean Rasheed <dean.a.rasheed@gmail.com>,
Heikki Linnakangas <hlinnaka@iki.fi>,
Michael Paquier <michael.paquier@gmail.com>,
Robert Haas <robertmhaas@gmail.com>,
Tatsuo Ishii <ishii@postgresql.org>,
David Steele <david@pgmasters.net>, Tom Lane <tgl@sss.pgh.pa.us>,
Petr Jelinek <petr@2ndquadrant.com>,
Jeff Janes <jeff.janes@gmail.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-01-31T06:52:53Z
Lists: pgsql-hackers
On 2017/01/31 6:57, Tomas Vondra wrote: > On 01/30/2017 09:37 PM, Alvaro Herrera wrote: >> Looks good to me. I don't think we need to keep the names very short -- >> I would propose "standistinct", "stahistogram", "stadependencies". >> > > Yeah, I got annoyed by the short names too. > > This however reminds me that perhaps pg_mv_statistic is not the best name. > I know others proposed pg_statistic_ext (and pg_stats_ext), and while I > wasn't a big fan initially, I think it's a better name. People generally > don't know what 'multivariate' means, while 'extended' is better known > (e.g. because Oracle uses it for similar stuff). > > So I think I'll switch to that name too. +1 to pg_statistics_ext. Maybe, even pg_statistics_extended, however being that verbose may not be warranted. Thanks, Amit
Commits
-
Collect and use multi-column dependency stats
- 2686ee1b7ccf 10.0 landed
-
Implement SortSupport for macaddr data type
- f90d23d0c518 10.0 cited
-
Implement multivariate n-distinct coefficients
- 7b504eb282ca 10.0 landed
-
Generate fmgr prototypes automatically
- 352a24a1f9d6 10.0 cited