Comment on FoundationDB and the New NoSQLComments−IndianAstronaut11yCouchdb is a NoSQL store that is ACID.−lmorris8411yIs it? The front page of CouchDB says "CouchDB is highly available and partition tolerant, but is also eventually consistent"−IndianAstronaut11yhttp://wiki.apache.org/couchdb/Technical%20Overview#ACID_Pro...−robertszkutak11yMarkLogic is too: http://www.marklogic.com/−misframer11yIIRC you can't update multiple documents atomically.−tedsmith11yI’m only aware of one NoSQL database that could do multi-document /multi-collection transactions.ArangoDB (document database)−amirouche11yOracle Berkeley DB, wiredtiger, lmdb, titandb, neo4j and orientdb.−ddorian4311ypostgresql xc / postgresql xl
Comments
Couchdb is a NoSQL store that is ACID.
Is it? The front page of CouchDB says "CouchDB is highly available and partition tolerant, but is also eventually consistent"
http://wiki.apache.org/couchdb/Technical%20Overview#ACID_Pro...
MarkLogic is too: http://www.marklogic.com/
IIRC you can't update multiple documents atomically.
I’m only aware of one NoSQL database that could do multi-document /multi-collection transactions.
ArangoDB (document database)
Oracle Berkeley DB, wiredtiger, lmdb, titandb, neo4j and orientdb.
postgresql xc / postgresql xl