首页> 外文OA文献 >Better bitmap performance with Roaring bitmaps
【2h】

Better bitmap performance with Roaring bitmaps

机译:咆哮的位图具有更好的位图性能

代理获取
本网站仅为用户提供外文OA文献查询和代理获取服务,本网站没有原文。下单后我们将采用程序或人工为您竭诚获取高质量的原文,但由于OA文献来源多样且变更频繁,仍可能出现获取不到、文献不完整或与标题不符等情况,如果获取不到我们将提供退款服务。请知悉。

摘要

Bitmap indexes are commonly used in databases and search engines. By exploiting bit-level parallelism, they can significantly accelerate queries. However, they can use much memory, and thus we might prefer compressed bitmap indexes. Following Oracle's lead, bitmaps are often compressed using run-length encoding (RLE). Building on prior work, we introduce the Roaring compressed bitmap format: it uses packed arrays for compression instead of RLE. We compare it to two high-performance RLE-based bitmap encoding techniques: WAH (Word Aligned Hybrid compression scheme) and Concise (Compressed `n' Composable Integer Set). On synthetic and real data, we find that Roaring bitmaps (1) often compress significantly better (e.g., 2 times) and (2) are faster than the compressed alternatives (up to 900 times faster for intersections). Our results challenge the view that RLE-based bitmap compression is best.
机译:位图索引通常在数据库和搜索引擎中使用。通过利用位级并行性,它们可以显着加速查询。但是,它们会占用大量内存,因此我们可能更喜欢压缩的位图索引。在Oracle的领导下,位图通常使用游程长度编码(RLE)进行压缩。在先前工作的基础上,我们介绍了Roaring压缩位图格式:它使用压缩数组而不是RLE进行压缩。我们将其与两种基于RLE的高性能位图编码技术进行比较:WAH(字对齐混合压缩方案)和Concise(压缩的“ n”个可组合整数集)。在合成数据和真实数据上,我们发现咆哮位图(1)的压缩效果通常要好得多(例如2倍),而(2)则比压缩的替代品要快(相交的速度最高900倍)。我们的结果挑战了基于RLE的位图压缩最佳的观点。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
代理获取

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号