Skip to main content

'ACID' compliant NoSQL document database

Following on from FoundationDB's graph store, they are now proposing a document store.  Again, there is emphasis on 'ACID' compliance.  So, unlike most other newcomers to the database scene, their database will support the protections familar to RDBMS database administrators.  The database should be protected from interference and corruption, and benefit from protection of saved transactions.

Classifications

NoSQL databases, now 'ACID' compliant?

A well-known problem with NoSQL databases in general is that they do not support the 'ACID' principals held dear by traditional RDBMS DBAs. The Register is reporting that this may soon change with FoundationDB. Atomicity ensures that a transaction is saved or undone, but never exists halfway between the two states. Consistency ensures that only valid data can be stored. Isolation of transactions prevents one transaction interfering with another.

Classifications