forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e9960e
committed
Revert ill-considered change of index-size fudge factor.
This partially reverts commit21a39de,restoring the pre-9.2 cost estimates for index usage. That changeintroduced much too large a bias against larger indexes, as per reportsfrom Jeff Janes and others. The whole thing needs a rewrite, which I'vedone in HEAD, but the safest thing to do in 9.2 is just to undo thismultiplier change.1 parent0b3c54a commit3e9960e
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6130 | 6130 |
| |
6131 | 6131 |
| |
6132 | 6132 |
| |
6133 |
| - | |
| 6133 | + | |
6134 | 6134 |
| |
6135 | 6135 |
| |
6136 | 6136 |
| |
6137 |
| - | |
| 6137 | + | |
6138 | 6138 |
| |
6139 | 6139 |
| |
6140 | 6140 |
| |
|
0 commit comments
Comments
(0)