Avatar
Gao
  • C
  • C#

see more about me on my Github profile.


Client-Centric Consistency Models

Eventual consistent data stores work fine as long as clients always access the same replica. However, problems arise when different replicas are...


Eventual Consistency

Eventual consistency is a weak consistency model that ensures all replicas of a distributed system converge to identical states in the absence of...


BASE

BASE is an acronym describing the design principles behind many NoSQL and eventually consistent databases. BASE often contrasted with ACID and its...


MongoDB

Scalability NoSQL is intented to offer more scalability. A balance between the scalability and the consistency. Vertical Functional decomposition ...


Neo4j Graph Database

Neo4j Neo4j is an open source, NoSQL, native graph databases. In Neo4j, the data are persisted for long term durability. Neo4j can be used with both...