作者: Owen Kaser , Daniel Lemire , Kamel Aouiche
关键词:
摘要: Bitmap indexes must be compressed to reduce input/output costs and minimize CPU usage. To accelerate logical operations (AND, OR, XOR) over bitmaps, we use techniques based on run-length encoding (RLE), such as Word-Aligned Hybrid (WAH) compression. These are sensitive the order of rows: a simple lexicographical sort can divide index size by 9 make several times faster. We investigate reordering heuristics computed attribute-value histograms. Simply permuting columns table these histograms increase sorting efficiency 40%.