ACM Home Page
Please provide us with feedback. Feedback
Secondary bitmap indexes with vertical and horizontal partitioning
Full text PdfPdf (2.78 MB)
Source Extending Database Technology; Vol. 360 archive
Proceedings of the 12th International Conference on Extending Database Technology: Advances in Database Technology table of contents
Saint Petersburg, Russia
SESSION: Research sessions: System architectures table of contents
Pages 600-611  
Year of Publication: 2009
ISBN:978-1-60558-422-5
Authors
Guadalupe Canahuate  Ohio State University, Columbus, OH
Tan Apaydin  Ohio State University, Columbus, OH
Ahmet Sacan  Ohio State University, Columbus, OH
Hakan Ferhatosmanoglu  Ohio State University, Columbus, OH
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 16,   Downloads (12 Months): 72,   Citation Count: 0
Additional Information:

abstract   references   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/1516360.1516430
What is a DOI?

ABSTRACT

Traditional bitmap indexes are utilized as a special type of primary or clustered indexes where the queries are answered by performing fast logical operations supported by hardware. Answers are mapped to the physical data by using the row id of each tuple. Bitmaps represent the i-th tuple in the original table with the i-th bit position of the index. Run-length compression is used to reduce the size of the bitmaps and it has been shown that ordered data is significantly better compressed. However, for large-scale and dynamic datasets it is infeasible to keep the data always sorted. Partitioning can be used to keep the data in smaller and manageable chunks, where a different bitmap index is built for each chunk. We propose a novel bitmap index design with partitioning which serves as basis for non-clustered bitmap indexes. Individual bitmaps are not stored, only an Existence Bitmap (EB) for the existing ranks of the full table is maintained. This approach improves update performance of sorted bitmaps and does not require maintaining a heap as the underlying table, nor the same ordering for all the partitions. A one dimensional index is used over the ranks to map the bits in the EB to the physical order of the data, which allows queries to run even faster. The proposed approach, called ranked Non-Clustered Bitmaps (rNCB), is compared against traditional bitmaps using FastBit and shows significant performance gains.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
 
2
 
3
 
4
 
5
R. Bayer and E. M. McCreight. Organization and maintenance of large ordered indices. Acta Inf., 1:173--189, 1972.
6
7
 
8
H. Edelstein. Faster data warehouses. Information Week, December 1995.
 
9
I. Inc. Informix decision support indexing for the enterprise data warehouse. http://www.informix.com/informix/corpinfo/-zines/whiteidx.htm.
 
10
S. Inc. Sybase IQ Indexes, chapter 5: Sybase IQ Release 11.2 Collection. Sybase Inc., March 1997.
 
11
 
12
 
13
14
 
15
 
16
P. O'Neil. Informix and indexing support for data warehouses, 1997.
 
17
 
18
 
19
 
20
K. Wu. Fastbit: an efficient indexing technology for accelerating data-intensive science. J. Phys.: Conf. Ser., 16:556--560, 2005.
21
 
22
Collaborative Colleagues:
Guadalupe Canahuate: colleagues
Tan Apaydin: colleagues
Ahmet Sacan: colleagues
Hakan Ferhatosmanoglu: colleagues