Comparison of multi-model databases
Comparison of multi-model databases (database management systems).
Database | Key-value | SQL | Document | Graph | Object | Full-Text | Spatial | License | Transactions |
---|---|---|---|---|---|---|---|---|---|
OrientDB | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Apache 2 License | Full ACID, even distributed |
ArangoDB | Yes | No | Yes | Yes | No | No | Yes | Apache 2 License | Full ACID, pessimistic locking, configurable durability |
Couchbase | Yes | Yes | Yes | No[1] | Yes | Yes | Yes[2] | Apache 2 License | Single server or distributed |
FoundationDB | Yes | Yes | Yes | Yes | No | No | No | Proprietary | Full ACID, multi-key, cross-node |
CloudBoost.io | Yes | Yes | Yes | Yes | Yes | No | No | Proprietary | Full ACID |
MarkLogic | Yes | Yes | Yes | Yes | No | Yes | No | Proprietary | Full ACID |
CrateIO | Yes | Yes | Yes | No | Yes | No | No | Apache 2 License | Eventual consistency, Optimistic concurrency control |
References
- ↑ "Graph API for Couchbase (3rd-party library for graph queries)". github.com.
- ↑ "Couchbase Node.js SDK Class: SpatialQuery". docs.couchbase.com. Retrieved 2016-01-29.
See also
This article is issued from Wikipedia - version of the 9/12/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.