TitleClaret: Using Data Types for Highly Concurrent Distributed Transactions
Publication TypeConference Paper
Year of Publication2015
AuthorsHolt B, Zhang I, Ports DRK, Oskin M, Ceze L
Conference NameWorkshop on Principles and Practice of Consistency for Distributed Data (PaPoC '15)
Date or Month PublishedApril
PublisherACM
Conference LocationBordeaux, France
Abstract

Out of the many NoSQL databases in use today, some that provide simple data structures for records, such as Redis and MongoDB, are now becoming popular. Building applications out of these complex data types provides a way to communicate intent to the database system without sacrificing flexibility or committing to a fixed schema. Currently this capability is leveraged in limited ways, such as to ensure related values are co-located, or for atomic updates. There are many ways data types can be used to make databases more efficient that are not yet being exploited.

We explore several ways of leveraging abstract data type (ADT) semantics in databases, focusing primarily on commutativity. Using a Twitter clone as a case study, we show that using commutativity can reduce transaction abort rates for high-contention, update-heavy workloads that arise in real social networks. We conclude that ADTs are a good abstraction for database records, providing a safe and expressive programming model with ample opportunities for optimization, making databases more safe and scalable.

Downloadshttp://drkp.net/papers/claret-papoc15.pdf PDF
Citation Keyholt15:_claret