mirror of
https://github.com/postgres/postgres.git
synced 2026-04-03 08:15:53 -04:00
Follow on patch in the multi-variate statistics patch series.
CREATE STATISTICS s1 WITH (dependencies) ON (a, b) FROM t;
ANALYZE;
will collect dependency stats on (a, b) and then use the measured
dependency in subsequent query planning.
Commit
|
||
|---|---|---|
| .. | ||
| extended_stats_internal.h | ||
| statistics.h | ||