Re: multivariate statistics (v25)
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: David Fetter <david@fetter.org>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Tomas Vondra <tomas.vondra@2ndquadrant.com>, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>,
dean.a.rasheed@gmail.com, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-03-15T02:05:38Z
Lists: pgsql-hackers
On 15 March 2017 at 12:18, David Fetter <david@fetter.org> wrote: > > Is the plan to convert completely from "multivariate" to "extended?" > I ask because I found a "multivariate" in there. > I get the idea that Tomas would like to keep the multivariate when it's actually referencing multivariate stats. The idea of the rename was to allow future expansion of the code to perhaps allow creation of stats on expressions, which is not multivariate. If you've found multivariate reference in an area that should be generic to extended statistics then that's a bug and should be fixed. I found a few of these and listed them during my review. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
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