From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Cc: | madhav(at)cockroachlabs(dot)com |
Subject: | Multivariate statistics |
Date: | 2018-07-10 15:57:52 |
Message-ID: | 153123827277.1406.2599036349134002521@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/10/static/multivariate-statistics-examples.html
Description:
Hi All,
I'm a little confused by the documentation here:
https://www.postgresql.org/docs/10/static/multivariate-statistics-examples.html.
In particular, the selectivity of the second query doesn't seem to match up
with what is expected in the notes. I feel like I may be missing something?
(I am referring to the output of this explain command: EXPLAIN (ANALYZE,
TIMING OFF) SELECT * FROM t WHERE a = 1 AND b = 1;)
From | Date | Subject | |
---|---|---|---|
Next Message | Jürgen Purtz | 2018-07-11 09:07:29 | Re: Images in the official documentation |
Previous Message | PG Doc comments form | 2018-07-10 09:34:36 | Typo in doc or wrong EXCLUDE implementation |