Content deleted Content added
Put extraneous statement at end of fourth paragraph into its own sentence. |
|||
Line 118:
In recent years there was a high demand for massively distributed databases with high partition tolerance but according to the [[CAP theorem]] it is impossible for a [[Distributed computing|distributed system]] to simultaneously provide [[Consistency model|consistency]], [[availability]] and [[partition tolerance]] guarantees. A distributed system can satisfy any two of these guarantees at the same time, but not all three. For that reason many NoSQL databases are using what is called [[eventual consistency]] to provide both availability and partition tolerance guarantees with a maximum level of data consistency.
The most popular NoSQL systems include: [[MongoDB]], [[Riak]], [[Oracle NoSQL Database]], [[memcached]], [[Redis]], [[CouchDB]], [[Hazelcast]], [[Apache Cassandra]] and [[HBase]]
A number of new relational databases continuing use of SQL but aiming for performance comparable to NoSQL are known as [[NewSQL]].
|