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

2 citations · 3 across the 4 of their papers we have counts for

collaborators
Showing cs.DCShow all

7 papers · 1 filter

cs.DC2019

LogPlayer: Fault-tolerant Exactly-once Delivery using gRPC Asynchronous Streaming

Mohammad Roohitavaf, Kun Ren, Gene Zhang +1

In this paper, we present the design of our LogPlayer that is a component responsible for fault-tolerant delivery of transactional mutations recorded on a WAL to the backend storag…

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

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

DKVF: A Framework for Rapid Prototyping and Evaluating Distributed Key-value Stores

Mohammad Roohitavaf, Sandeep Kulkarni

We present our framework DKVF that enables one to quickly prototype and evaluate new protocols for key-value stores and compare them with existing protocols based on selected bench…

cs.DC2016

Consistency in Distributed Data Stores

Mohammad Roohitavaf

This paper focuses on the problem of consistency in distributed data stores.We define strong consistency model which provides a simple semantics for application programmers, but im…