Search papers, labs, and topics across Lattice.
The paper introduces FEDB, a confidential database system that eliminates synchronous cryptographic operations from the query execution path. FEDB achieves this by employing crypto-free mappings, which decouple data identifiers within the database from the actual plaintext secrets stored in a trusted domain. Experiments on TPC-C and TPC-H benchmarks demonstrate a significant performance improvement, reducing runtime overhead by up to 78x compared to traditional CDBs.
Confidential databases can be 78x faster by ditching crypto in the query path.
Confidential databases (CDBs) are essential for enabling secure queries over sensitive data in untrusted cloud environments using confidential computing hardware. While adoption is growing, widespread deployment is hindered by high performance overhead from frequent synchronous cryptographic operations, which causes significant computational and memory bottlenecks. We present FEDB, a novel CDB design that removes cryptographic operations from the critical path. FEDB leverages crypto-free mappings, which maintain data-independent identifiers within the database while securely mapping them to plaintext secrets in a trusted domain. This paradigm shift reduces the runtime overhead by up to 78.0 times on industry-standard benchmarks including TPC-C and TPC-H.