Publications

ワークショップ (国際) DPSQL+: A Differentially Private SQL Library with a Minimum Frequency Rule

Tomoya Matsumoto, Shokichi Takakura, Shun Takagi, Satoshi Hasegawa

Theory and Practice of Differential Privacy (TPDP 2026)

2026.6.2

SQL is the de facto interface for exploratory data analysis; however, releasing exact query results can expose sensitive information through membership or attribute inference attacks. Differential privacy (DP) provides rigorous privacy guarantees, but in practice, DP alone may not satisfy governance requirements such as the minimum frequency rule, which requires each released group (cell) to include contributions from at least k distinct individuals. In this paper, we present DPSQL+, a privacy-preserving SQL library that simultaneously enforces user-level (ε, δ)-DP and the minimum frequency rule. DPSQL+ adopts a modular architecture consisting of: (i) a Validator that statically restricts queries to a DP-safe subset of SQL; (ii) an Accountant that consistently tracks cumulative privacy loss across multiple queries; and (iii) a Backend that interfaces with various database engines, ensuring portability and extensibility. Experiments on the TPC-H benchmark demonstrate that DPSQL+ achieves practical accuracy across a wide range of analytical workloads---from basic aggregates to quadratic statistics and join operations---and allows substantially more queries under a fixed global privacy budget than prior libraries in our evaluation.

Paper : DPSQL+: A Differentially Private SQL Library with a Minimum Frequency Rule新しいタブまたはウィンドウで開く (外部サイト)

Software : https://github.com/lycorp-jp/DPSQL_Plus新しいタブまたはウィンドウで開く (外部サイト)