English

Obladi: Oblivious Serializable Transactions in the Cloud

Distributed, Parallel, and Cluster Computing 2018-09-28 v1 Cryptography and Security

Abstract

This paper presents the design and implementation of Obladi, the first system to provide ACID transactions while also hiding access patterns. Obladi uses as its building block oblivious RAM, but turns the demands of supporting transactions into a performance opportunity. By executing transactions within epochs and delaying commit decisions until an epoch ends, Obladi reduces the amortized bandwidth costs of oblivious storage and increases overall system throughput. These performance gains, combined with new oblivious mechanisms for concurrency control and recovery, allow Obladi to execute OLTP workloads with reasonable throughput: it comes within 5x to 12x of a non-oblivious baseline on the TPC-C, SmallBank, and FreeHealth applications. Latency overheads, however, are higher (70x on TPC-C).

Keywords

Cite

@article{arxiv.1809.10559,
  title  = {Obladi: Oblivious Serializable Transactions in the Cloud},
  author = {Natacha Crooks and Matthew Burke and Ethan Cecchetti and Sitar Harel and Rachit Agarwal and Lorenzo Alvisi},
  journal= {arXiv preprint arXiv:1809.10559},
  year   = {2018}
}

Comments

21 pages, conference and appendices

R2 v1 2026-06-23T04:20:34.119Z