TARDiS
Autor: | Nancy Estrada, Allen Clement, Lorenzo Alvisi, Youer Pu, Trinabh Gupta, Natacha Crooks |
---|---|
Rok vydání: | 2016 |
Předmět: |
Concurrency control
Weak consistency Computer science 020204 information systems Distributed computing 0202 electrical engineering electronic engineering information engineering Eventual consistency 020206 networking & telecommunications Causal consistency 02 engineering and technology Thread (computing) Merge (version control) |
Zdroj: | SIGMOD Conference |
DOI: | 10.1145/2882903.2882951 |
Popis: | This paper 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. |
Databáze: | OpenAIRE |
Externí odkaz: |