- Notifications
You must be signed in to change notification settings - Fork28
Commitc894e7e
committed
Update bitmap index entries:
< * Allow the creation of bitmap indexes which can be quickly combined< with other bitmap indexes> * Allow non-bitmap indexes to be combined by creating bitmaps in memory259,261c258,259< combined. Such indexes could be more compact if there are few unique< value. Also, perhaps they can be lossy requiring a scan of the heap page< to find matching rows.> combined. They can index by tid or can be lossy requiring a scan of the> heap page to find matching rows.263c261,262< * Allow non-bitmap indexes to be combined> * Allow the creation of on-disk bitmap indexes which can be quickly> combined with other bitmap indexes265,266c264< Do lookups on non-bitmap indexes and create bitmaps in memory that can be< combined with other indexes.> Such indexes could be more compact if there are few unique value.1 parentc874e77 commitc894e7e
1 file changed
+7
-9
lines changedLines changed: 7 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 |
| - | |
254 |
| - | |
| 253 | + | |
255 | 254 |
| |
256 | 255 |
| |
257 | 256 |
| |
258 | 257 |
| |
259 |
| - | |
260 |
| - | |
261 |
| - | |
| 258 | + | |
| 259 | + | |
262 | 260 |
| |
263 |
| - | |
| 261 | + | |
| 262 | + | |
264 | 263 |
| |
265 |
| - | |
266 |
| - | |
| 264 | + | |
267 | 265 |
| |
268 | 266 |
| |
269 | 267 |
| |
|
0 commit comments
Comments
(0)