activity
20152022
most citedCausalSpartanX: Causal Consistency and Non-Blocking Read-Only Transactions

2 citations · 6 across the 13 of their papers we have counts for

collaborators
Showing 2018Show all

7 papers · 1 filter

cs.DC20182 cited

CausalSpartanX: Causal Consistency and Non-Blocking Read-Only Transactions

Mohammad Roohitavaf, Murat Demirbas, Sandeep Kulkarni

Causal consistency is an intermediate consistency model that can be achieved together with high availability and performance requirements even in presence of network partitions. In…

cs.DC2018

Session Guarantees with Raft and Hybrid Logical Clocks

Mohammad Roohitavaf, Jung-Sang Ahn, Woon-Hak Kang +4

Eventual consistency is a popular consistency model for geo-replicated data stores. Although eventual consistency provides high performance and availability, it can cause anomalies…

cs.DC2018

Benefit of Self-Stabilizing Protocols in Eventually Consistent Key-Value Stores: A Case Study

Duong Nguyen, Sandeep S. Kulkarni, Ajoy K. Datta

In this paper, we focus on the implementation of distributed programs in using a key-value store where the state of the nodes is stored in a replicated and partitioned data store t…

cs.DC2018

Technical Report: Optimistic Execution in Key-Value Store

Duong Nguyen, Aleksey Charapko, Sandeep Kulkarni +1

Limitations of the CAP theorem imply that if availability is desired in the presence of network partitions, one must sacrifice sequential consistency, a consistency model that is m…

cs.DC2018

Toward Adaptive Causal Consistency for Replicated Data Stores

Mohammad Roohitavaf, Sandeep Kulkarni

Causal consistency for key-value stores has two main requirements (1) do not make a version visible if some of its dependencies are invisible as it may violate causal consistency i…

cs.DC2018

Optimistic Execution in Key-Value Store

Duong Nguyen, Aleksey Charapko, Sandeep Kulkarni +1

Limitations of CAP theorem imply that if availability is desired in the presence of network partitions, one must sacrifice sequential consistency, a consistency model that is more…