The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/multivariate-statistics-examples.html
Description:
CREATE STATISTICS stts (dependencies) ON a, b FROM t;
ANALYZE t;
EXPLAIN (ANALYZE, TIMING OFF) SELECT * FROM t WHERE a = 1 AND b = 1;
On Thu, Feb 13, 2025 at 7:44 AM PG Doc comments form
wrote:
> The following documentation comment has been logged on the website:
>
> Page:
> https://www.postgresql.org/docs/17/multivariate-statistics-examples.html
> Description:
>
> CREATE STATISTICS stts (dependencies) ON a, b FROM t;
> ANALYZE