CRDBJun 5

DP4SQL: Differentially Private SQL with Flexible Privacy Policies

arXiv:2606.078831.2h-index: 8
Predicted impact top 97% in CR · last 90 daysOriginality Incremental advance
AI Analysis

For database administrators and data curators, DP4SQL provides a practical solution to apply differential privacy to relational databases with customizable privacy policies, addressing a known limitation of existing systems.

DP4SQL introduces a differentially private SQL system that allows flexible privacy policies for relational databases, enabling data curators to specify different plausible deniability requirements per table or column. This avoids the trade-offs of rigid systems that either underprotect data or add excessive noise.

The plausible deniability model of differential privacy for single-table datasets is well-understood. However, applying differential privacy to relational databases is much trickier: each application needs flexibility in specifying the pieces of information about an entity, spread across multiple relations, that require plausible deniability guarantees. Existing differentially private SQL systems only support rigid privacy policies. Even seemingly small changes, such as specifying that some tables need to protect the existence of records while others only need to protect the record contents, require significant manual effort in updating their privacy accountants and proving their correctness. One example of a challenge is the presence of partially public data. Public columns in a table (e.g., faculty names in a university dataset and partial course enrollment information) can cause some queries to require more noise (compared to fully private data), while others require less noise. This kind of reasoning is not supported in existing systems. Another example is when different parts of records (e.g., demographics, financial data) require different levels of privacy protection. Again, existing differentially private SQL systems need to rewrite their rules for calculating query stability in order to support such a feature. This paper presents DP4SQL, a differentially private SQL system that allows data curators to better customize the plausible deniability requirements for their relational databases. This avoids the drawbacks of the "one-size-fits-all" systems that would either underprotect the data or inject too much noise into query answers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes