What is the difference between Cassandra and CouchDB?

前端 未结 2 1456
借酒劲吻你
借酒劲吻你 2021-01-30 03:20

I\'m looking at both projects and I can\'t really see the difference

from Cassandra Site:

Cassandra is a highly scalable, eventually consistent,

2条回答
  •  甜味超标
    2021-01-30 03:26

    CouchDB has a feature present in very few open source database technologies: offline replication. CouchDB is designed so that applications can be run at the edge of the network. These applications are available even when internet connectivity fails.

    Offline replication can also be leveraged to build large clusters, but CouchDB is designed to be robust and simple whether it is running on a single server, a datacenter, or even a smartphone.

提交回复
热议问题