English

SIMD-PAC-DB: Pretty Performant PAC Privacy

Databases 2026-03-20 v3

Abstract

This work presents a highly optimized implementation of PAC-DB, a recent and promising database privacy model. We prove that our SIMD-PAC-DB can compute the same privatized answer with just a single query, instead of the 128 stochastic executions against different 50% database sub-samples needed by the original PAC-DB. Our key insight is that every bit of a hashed primary key can be seen to represent membership of such a sub-sample. We present new algorithms for approximate computation of stochastic aggregates based on these hashes, which, thanks to their SIMD-friendliness, run up to 40x faster than scalar equivalents. We release an open-source DuckDB community extension which includes a rewriter that PAC-privatizes arbitrary SQL queries. Our experiments on TPC-H, Clickbench, and SQLStorm evaluate thousands of queries in terms of performance and utility, significantly advancing the ease of use and functionality of privacy-aware data systems in practice.

Keywords

Cite

@article{arxiv.2603.15023,
  title  = {SIMD-PAC-DB: Pretty Performant PAC Privacy},
  author = {Ilaria Battiston and Dandan Yuan and Xiaochen Zhu and Peter Boncz},
  journal= {arXiv preprint arXiv:2603.15023},
  year   = {2026}
}
R2 v1 2026-07-01T11:21:55.129Z