forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc909bd8
committed
Doc: mention that extended stats aren't used for joins
Statistics defined by the CREATE STATISTICS command are only used toassist with the selectivity estimations of base relations, never forjoins. Here we mention this fact in the notes section of the CREATESTATISTICS command.Discussion:https://postgr.es/m/CAApHDvrMuVgDOrmg_EtFDZ=AOovq6EsJNnHH1ddyZ8EqL4yzMw@mail.gmail.comBackpatch-through: 111 parentb631182 commitc909bd8
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
130 | 136 |
| |
131 | 137 |
| |
132 | 138 |
| |
|
0 commit comments
Comments
(0)