Re: Additional improvements to extended statistics
Tomas Vondra <tomas.vondra@2ndquadrant.com>
From: Tomas Vondra <tomas.vondra@2ndquadrant.com>
To: Dean Rasheed <dean.a.rasheed@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2020-03-15T00:08:09Z
Lists: pgsql-hackers
Attachments
On Sat, Mar 14, 2020 at 05:56:10PM +0100, Tomas Vondra wrote: > > ... > >Attached is a patch series rebased on top of the current master, after >committing the ScalarArrayOpExpr enhancements. I've updated the OR patch >to get rid of the code duplication, and barring objections I'll get it >committed shortly together with the two parts improving test coverage. > I've pushed the two patches improving test coverage for functional dependencies and MCV lists, which seems mostly non-controversial. I'll wait a bit more with the two patches actually changing behavior (rebased version attached, to keep cputube happy). regards -- Tomas Vondra http://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Improve estimation of ANDs under ORs using extended statistics.
- 4f5760d4afa9 14.0 landed
-
Improve estimation of OR clauses using multiple extended statistics.
- 88b0898fe35a 14.0 landed
-
Improve estimation of OR clauses using extended statistics.
- 25a9e54d2db3 14.0 landed
-
Prevent functional dependency estimates from exceeding column estimates.
- 87779aa47463 13.0 landed
-
Fix wording of several extended stats comments
- 6f72dbc48bf8 13.0 landed
-
Improve test coverage for multi-column MCV lists
- d8cfa82d51f8 13.0 landed
-
Improve test coverage for functional dependencies
- f9696782c701 13.0 landed