- Notifications
You must be signed in to change notification settings - Fork5
Commit056d7e3
committed
Add bitmap info:
< heap page to find matching rows.> heap page to find matching rows, or perhaps use a mixed solution where> tids are recorded for pages with only a few matches and per-page bitmaps> are used for more dense pages. Another idea is to use a 32-bit bitmap> for every page and set a bit based on the item number mod(32).1 parent9a633cb commit056d7e3
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 |
| - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
260 | 263 |
| |
261 | 264 |
| |
262 | 265 |
| |
|
0 commit comments
Comments
(0)