SMCQL: Secure Querying for Federated Databases
Johes Bater, Gregory Elliott, Craig Eggen, Satyender Goel, Abel Kho,, Jennie Rogers

TL;DR
SMCQL enables privacy-preserving federated database queries by translating SQL into secure multiparty computation primitives, allowing multiple distrustful parties to collaboratively query data without revealing sensitive information.
Contribution
The paper introduces SMCQL, a novel framework that translates SQL queries into secure primitives for private, federated data querying using secure multiparty computation.
Findings
SMCQL effectively executes federated queries without exposing individual data.
The system optimizes query execution by minimizing secure computation use.
Experimental results demonstrate scalability and privacy preservation.
Abstract
People and machines are collecting data at an unprecedented rate. Despite this newfound abundance of data, progress has been slow in sharing it for open science, business, and other data-intensive endeavors. Many such efforts are stymied by privacy concerns and regulatory compliance issues. For example, many hospitals are interested in pooling their medical records for research, but none may disclose arbitrary patient records to researchers or other healthcare providers. In this context we propose the Private Data Network (PDN), a federated database for querying over the collective data of mutually distrustful parties. In a PDN, each member database does not reveal its tuples to its peers nor to the query writer. Instead, the user submits a query to an honest broker that plans and coordinates its execution over multiple private databases using secure multiparty computation (SMC). Here,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCryptography and Data Security · Privacy-Preserving Technologies in Data · Cloud Data Security Solutions
