Skip to search formSkip to main contentSkip to account menu

Causal consistency

Causal consistency is one of the consistency models used in the domain of concurrent programming (e.g. in distributed shared memory, distributed… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2017
2017
Causal consistency is an intermediate consistency model that can be achieved together with high availability and high-performance… 
2015
2015
— We present here a transaction management protocol, which enhances the Partitioned Causal Snapshot Isolation (PCSI) protocol, to… 
2014
2014
It is well known that causal consistency is more expensive to implement than eventual consistency due to its requirement of… 
2014
2014
Cloud storage systems showcase a range of consistency models, from weak to strong consistency. Weakly consistent systems enable… 
2010
2010
Replication is a technique widely used in parallel and distributed systems to provide qualities such as performance, scalability… 
2001
2001
Causal consistency stipulates that causally dependent writes to data items should be executed in causal order. Traditionally this… 
2001
2001
  • R. SteinkeG. Nutt
  • 2001
  • Corpus ID: 1596846
A memory consistency model specifies certain aspects of the behavior of a memory system. Stronger consistency models are easier… 
1998
1998
Abstract. A global record (i.e. a set of local records, one for each process of an asynchronous computation) abstracts what is… 
1998
1998
One paradigm popular for programming distributed computer systems is distributed shared memory (DSM). DSM systems must have a… 
1998
1998
Techniques such as replication and caching of objects that implement distributed services lead to consistency problems that must…