extended statistics n-distinct on multiple columns not used when join two tables
James Pang (chaolpan) <chaolpan@cisco.com>
From: "James Pang (chaolpan)" <chaolpan@cisco.com>
To: "pgsql-performance@lists.postgresql.org" <pgsql-performance@lists.postgresql.org>
Date: 2023-06-13T09:21:25Z
Lists: pgsql-hackers, pgsql-performance
Attachments
- test_join_selectivity_rows_estimation_join.txt (text/plain)
Hi,
When join two table on multiple columns equaljoin, rows estimation always use selectivity = multiplied by distinct multiple individual columns, possible to use extended n-distinct statistics on multiple columns?
PG v14.8-1, attached please check test case with details.
Thanks,
James
Commits
-
Doc: mention that extended stats aren't used for joins
- 59634df871a4 11.21 landed
- f3c2fae0636e 12.16 landed
- c909bd87ce09 13.12 landed
- 8145b5e138c7 14.9 landed
- 4e17cb00dc2b 15.4 landed
- c2d35bb88eab 16.0 landed