RABIT: Efficient Range Queries with Bitmap Indexing
Summary: RABIT generalizes bitmap indexes with Group Encoding and density-aware bitvector merging (choose compressed/decompressed, SIMD) to support fast range queries and low-latency updates for any-cardinality attributes. A multi-layer update design provides lightweight MV snapshots and index-only scans with single-version bitvectors, delivering up to 2.2× faster RQs, 530× faster updates, 118× smaller index vs trees and 14.8× TPC‑H speedups. (summarized by gpt-5-mini on Feb 11 2026)
Incoming Non-self Citations Over Time
No non-self incoming citations found for this paper in this database.
Authors
- 1. Junchang Wang (Nanjing University)
- 2. Fu Xiao (Nanjing University)
- 3. Manos Athanassoulis (Boston University)
BibTeX Citation
@inproceedings{wang_sigmod26,
title = {{RABIT: Efficient Range Queries with Bitmap Indexing}},
author = {Wang, Junchang and Xiao, Fu and Athanassoulis, Manos},
series = {{SIGMOD} '26},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/3769819},
url = {https://dl.acm.org/doi/10.1145/3769819},
year = {2026}
}
Incoming Citations (Sorted by Pagerank)
Showing 0 of 0 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|
Outgoing Citations (Sorted by Pagerank)
Showing 23 of 23 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 7,012 | Adaptive Hybrid Indexes | 2022 | SIGMOD |
| 2 | 2,053 | TripleBit: a Fast and Compact System for Large Scale RDF Data | 2013 | VLDB |
| 3 | 1,894 | Optimizing Queries On Compressed Bitmaps | 2000 | VLDB |
| 4 | 8,625 | QPPT: Query Processing on Prefix Trees | 2013 | CIDR |
| 5 | 794 | Bitmap Index Design and Evaluation | 1998 | SIGMOD |
| 6 | 9,765 | Compressed Spatial Hierarchical Bitmap (cSHB) Indexes for Efficiently Processing Spatial Range Query Workloads | 2015 | VLDB |
| 7 | 1,464 | An Efficient Bitmap Encoding Scheme for Selection Queries | 1999 | SIGMOD |
| 8 | 5,472 | Approximate Encoding for Direct Access and Query Processing over Compressed Bitmaps | 2006 | VLDB |
| 9 | 4,988 | UpBit: Scalable In-Memory Updatable Bitmap Indexing | 2016 | SIGMOD |
| 10 | 7,960 | CUBIT: Concurrent Updatable Bitmap Indexing | 2025 | VLDB |