|
|
|
|
|
by tylerhobbs
4893 days ago
|
|
You would need to define "consistency" in order to have a more reasonable discussion about what each system provides, but Cassandra certainly isn't only eventually consistent. You can choose the number of replicas that must respond in order to consider the read/write operation a success per operation, which allows you to have quorum-based strong consistency guarantees. There are more details on the options here: http://www.datastax.com/docs/1.2/dml/data_consistency |
|