首页> 外文会议>International Conference on Scientific and Statistical Database Management >Compressing bitmap indexes for faster search operations
【24h】

Compressing bitmap indexes for faster search operations

机译:压缩位图索引以获得更快的搜索操作

获取原文

摘要

In this paper we study the effects of compression on bitmap indexes. The main operations on the bitmaps during query processing are bitwise logical operations such as AND, OR, NOT etc. Using the general purpose compression schemes, such as gzip, the logical operations on the compressed bitmaps are much slower than on the uncompressed bitmaps. Specialized compression schemes, like the byte-aligned bitmap code (BBC), are usually faster in performing logical operations than the general purpose schemes, but in many cases they are still orders of magnitude slower than the uncompressed scheme. To make the compressed bitmap indexes operate more efficiently, we designed a CPU-friendly scheme which we refer to as the word-aligned hybrid code (WAH). Tests on both synthetic and real application data show that the new scheme significantly outperforms well-known compression schemes at a modest increase in storage space. Compared to BBC, a scheme well-known for its operational efficiency, WAH performs logical operations about 12 times faster and uses only 60% more space. Compared to the uncompressed scheme, in most test cases WAH is faster while still using less space. We further verified with additional tests that the improvement in logical operation speed translates to similar improvement in query processing speed.
机译:在本文中,我们研究了压缩对位图索引的影响。在查询处理期间对位图的主要操作是按位逻辑操作,例如使用通用压缩方案(例如GZIP),或者不是等。压缩位图上的逻辑操作比未压缩位图慢得多。与字节对齐的位图码(BBC)相同的专用压缩方案通常在执行逻辑运算时比通用方案更快,但在许多情况下,它们仍然比未压缩方案慢的数量级。为了使压缩位图索引更有效地运行,我们设计了一种CPU友好的方案,我们称之为单词对齐的混合码(WAH)。对合成和实际应用数据的测试表明,新方案在存储空间的适度增加时显着优于众所周知的压缩方案。与BBC相比,这是一个符合其运营效率的方案,WAH执行逻辑运算速度快12倍并使用60%的空间。与未压缩方案相比,在大多数测试情况下,WAH仍然使用更少的空间。我们进一步验证了额外的测试,即逻辑操作速度的改进转化为类似的查询处理速度的提高。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

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

  • 服务号