mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 16:23:59 -05: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 | ||