The reviewed record of science sign in
Pith

arxiv: 2401.06273 · v1 · pith:AJCKPZMM · submitted 2024-01-11 · cs.DB · cs.LG

Qrlew: Rewriting SQL into Differentially Private SQL

Reviewed by Pithpith:AJCKPZMMopen to challenge →

classification cs.DB cs.LG
keywords dataqrlewqueriesownerqueryrewritingrewrittenstandard
0
0 comments X
read the original abstract

This paper introduces Qrlew, an open source library that can parse SQL queries into Relations -- an intermediate representation -- that keeps track of rich data types, value ranges, and row ownership; so that they can easily be rewritten into differentially-private equivalent and turned back into SQL queries for execution in a variety of standard data stores. With Qrlew, a data practitioner can express their data queries in standard SQL; the data owner can run the rewritten query without any technical integration and with strong privacy guarantees on the output; and the query rewriting can be operated by a privacy-expert who must be trusted by the owner, but may belong to a separate organization.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. CityOS: Privacy Architecture for Urban Sensing

    cs.OS 2026-05 unverdicted novelty 7.0

    CityOS is an edge runtime that enforces a three-tier privacy API for urban sensors: local raw data, differentially private single-location stats, and cross-location aggregates with per-user budgets enforced on devices.

  2. DPSQL+: A Differentially Private SQL Library with a Minimum Frequency Rule

    cs.CR 2026-02 unverdicted novelty 5.0

    DPSQL+ enforces user-level differential privacy and minimum frequency rules in SQL queries via a modular validator-accountant-backend design, showing practical accuracy on TPC-H workloads and higher query volume under...