diff options
author | Bruce Momjian | 2004-11-04 16:19:46 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-11-04 16:19:46 +0000 |
commit | c894e7e8e06e88fc6d54081818b30f123a117dbd (patch) | |
tree | 84a1ff7521683210b7ed623275af3febc62a513b /doc/src | |
parent | c874e7727a43990f48efe773b01087ee0b3fb374 (diff) |
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 memory
259,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 indexes
265,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.
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions