forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8e850b9
committed
Advance multiple array keys rightmost-first instead of leftmost-first
during a bitmap index scan. This cannot affect the query results(since we're just dumping the TIDs into a bitmap) but it might offersome advantage in locality of access to the index. Per Greg Stark.1 parenta2f1827 commit8e850b9
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
355 |
| - | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
356 | 362 |
| |
357 | 363 |
| |
358 | 364 |
| |
|
0 commit comments
Comments
(0)