Roaring Bitmaps: Implementation of an Optimized Software Library.

Daniel Lemire,Owen Kaser,Nathan Kurz,Luca Deri, Chris O'Hara, François Saint-Jacques,Gregory Ssi Yan Kai

SOFTWARE-PRACTICE & EXPERIENCE(2018)

引用 59|浏览53
暂无评分
摘要
Compressed bitmap indexes are used in systems such as Git or Oracle to accelerate queries. They represent sets and often support operations such as unions, intersections, differences, and symmetric differences. Several important systems such as Elasticsearch, Apache Spark, Netflix's Atlas, LinkedIn's Pivot, Metamarkets' Druid, Pilosa, Apache Hive, Apache Tez, Microsoft Visual Studio Team Services, and Apache Kylin rely on a specific type of compressed bitmap index called Roaring. We present an optimized software library written in C implementing Roaring bitmaps: CRoaring. It benefits from several algorithms designed for the single-instruction-multiple-data instructions available on commodity processors. In particular, we present vectorized algorithms to compute the intersection, union, difference, and symmetric difference between arrays. We benchmark the library against a wide range of competitive alternatives, identifying weaknesses and strengths in our software. Our work is available under a liberal open-source license.
更多
查看译文
关键词
bitmap indexes,database indexes,Jaccard index,SIMD instructions,vectorization
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要