Natacha Crooks

  • Natacha Crooks
    Natacha Crooks

PhD Student, University of Texas at Austin and Cornell University
Email

Abstract
TARDiS: A branch-and-merge approach to weak consistency

This poster presents the design, implementation, and evaluation of TARDiS (Transactional Asynchronously Replicated Divergent Store), a transactional key-value store explicitly designed for weakly-consistent systems. Reasoning about these systems is hard, as neither causal consistency nor per-object eventual convergence allow applications to deal satisfactorily with write-write conflicts. TARDiS instead exposes as its fundamental abstraction the set of conflicting branches that arise in weakly-consistent systems. To this end, TARDiS introduces a new concurrency control mechanism: branch-on-conflict. On the one hand, TARDiS guarantees that storage will appear sequential to any thread of execution that extends a branch, keeping application logic simple. On the other, TARDiS provides applications, when needed, with the tools and context necessary to merge branches atomically, when and how applications want. Since branch-on-conflict in TARDiS is fast, weakly-consistent applications can benefit from adopting this paradigm not only for operations issued by different sites, but also, when appropriate, for conflicting local operations. We find that TARDiS reduces coding complexity for these applications and that judicious branch-on-conflict can improve their local throughput at each site by two to eight times.

Bio
I am a final year graduate student at the University of Texas at Austin, and a visiting researcher at Cornell University. I work at the intersection of distributed systems, databases and distributed computing and am interested in designing new primitives and systems for the large-scale, geo-replicated storage systems that underpin modern applications like Amazon or Facebook.

Natacha Crooks’ Research webpage
Research statement