Abstract

The storage requirements for simple bitmap index is unacceptable when cardinality the number of distinct values of the attribute is very high.A common approach to solve this problem is to build bitmap index with binning.This technique builds a bitmap for each bin in a certain attribute range rather than distinct values.But this approach cause the time waste during candidate check because candidate check usually dominates the most of query processing time.In order to improve query performance a new sort method for attributes was propsed to reduce the number of candidate check.And then a dynamic pre-scan algorithm was proposed.The experimental results show that our approach has a significant improvement over traditional strategies.

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.