forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite4de635
committed
Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005.
This shouldn't affect simple indexscans much, while for bitmap scans thatare touching a lot of index rows, this seems to bring the estimates morein line with reality. Per recent discussion.1 parenteed6c9e commite4de635
File tree
3 files changed
+5
-5
lines changed- doc/src/sgml
- src
- backend/utils/misc
- include/optimizer
3 files changed
+5
-5
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
1831 | 1831 |
| |
1832 | 1832 |
| |
1833 | 1833 |
| |
1834 |
| - | |
| 1834 | + | |
1835 | 1835 |
| |
1836 | 1836 |
| |
1837 | 1837 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
181 |
| - | |
| 181 | + | |
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
0 commit comments
Comments
(0)