Selection Pushdown in Column Stores using Bit Manipulation Instructions
Summary: Generic predicate pushdown over encoded columnar data enabling direct selection without decoding via Bit Manipulation Instructions (BMI). Evaluations on Parquet/TPC-H and Spark show up to 10x scan speedups and 5.5x end-to-end with complex joins. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Yinan Li (Microsoft)
- 2. Jianan Lu (Princeton University)
- 3. Badrish Chandramouli (Microsoft)
BibTeX Citation
@inproceedings{li_sigmod23,
title = {{Selection Pushdown in Column Stores using Bit Manipulation Instructions}},
author = {Li, Yinan and Lu, Jianan and Chandramouli, Badrish},
series = {{SIGMOD} '23},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/3589323},
url = {https://dl.acm.org/doi/10.1145/3589323},
year = {2023}
}
Incoming Citations (Sorted by Pagerank)
Showing 7 of 7 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 3,877 | An Empirical Evaluation of Columnar Storage Formats | 2024 | VLDB | 7.0532293e-05 |
| 9,038 | The FastLanes File Format | 2025 | VLDB | 5.3270943e-05 |
| 9,997 | HyperBlocker: Accelerating Rule-based Blocking in Entity Resolution using GPUs | 2025 | VLDB | 5.1814573e-05 |
| 10,771 | Nested Parquet Is Flat, Why Not Use It? How To Scan Nested Data With On-the-Fly Key Generation and Joins | 2025 | SIGMOD | 5.093636e-05 |
| 10,985 | Scaling GPU-Accelerated Databases beyond GPU Memory Size | 2025 | VLDB | 5.093636e-05 |
| 11,030 | GraphAr: An Efficient Storage Scheme for Graph Data in Data Lakes | 2025 | VLDB | 5.093636e-05 |
| 11,078 | LiquidCache: Efficient Pushdown Caching for Cloud-Native Data Analytics | 2025 | VLDB | 5.093636e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 21 of 21 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 5,122 | A Padded Encoding Scheme to Accelerate Scans by Leveraging Skew | 2015 | SIGMOD |
| 2 | 7,242 | Fast Multi-Column Sorting in Main-Memory Column-Stores | 2016 | SIGMOD |
| 3 | 5,622 | Good to the Last Bit: Data-Driven Encoding with CodecDB | 2021 | SIGMOD |
| 4 | 10,056 | Rethinking the Encoding of Integers for Scans on Skewed Data | 2023 | SIGMOD |
| 5 | 9,806 | BIPie: Fast Selection and Aggregation on Encoded Data using Operator Specialization | 2018 | SIGMOD |
| 6 | 1,450 | Row-wise Parallel Predicate Evaluation | 2008 | VLDB |
| 7 | 3,877 | An Empirical Evaluation of Columnar Storage Formats | 2024 | VLDB |
| 8 | 6,009 | Optimization of Conjunctive Predicates for Main Memory Column Stores | 2016 | VLDB |
| 9 | 9,754 | Optimization of Disjunctive Predicates for Main Memory Column Stores | 2017 | SIGMOD |
| 10 | 2,937 | Column Sketches: A Scan Accelerator for Rapid and Robust Predicate Evaluation | 2018 | SIGMOD |