Comparison of multi-model databases: Difference between revisions
Appearance
Content deleted Content added
ArangoDB change license type https://arangodb.com/2024/02/update-evolving-arangodbs-licensing-model-for-a-sustainable-future/ |
|||
Line 8: | Line 8: | ||
! Database !! SQL !! Document !! Graph !! Object !! License !! Transactions |
! Database !! SQL !! Document !! Graph !! Object !! License !! Transactions |
||
|- |
|- |
||
| [[ArangoDB]] || {{no}} || {{yes}} || {{yes}} || {{no}} || |
| [[ArangoDB]] || {{no}} || {{yes}} || {{yes}} || {{no}} || Business Source License 1.1 || Full ACID, pessimistic locking, configurable durability |
||
|- |
|- |
||
| [[Azure Cosmos DB]] ||{{yes}} || {{yes}} || {{yes}} || {{yes}} || Proprietary || Full ACID within a partition, multiple consistency models |
| [[Azure Cosmos DB]] ||{{yes}} || {{yes}} || {{yes}} || {{yes}} || Proprietary || Full ACID within a partition, multiple consistency models |
Revision as of 11:16, 19 May 2024
Comparison of multi-model databases (database management systems).
Database | SQL | Document | Graph | Object | License | Transactions |
---|---|---|---|---|---|---|
ArangoDB | No | Yes | Yes | No | Business Source License 1.1 | Full ACID, pessimistic locking, configurable durability |
Azure Cosmos DB | Yes | Yes | Yes | Yes | Proprietary | Full ACID within a partition, multiple consistency models |
CrateDB | Yes | Yes | No | Yes | Apache 2 License | Eventual consistency, Optimistic concurrency control |
EnterpriseDB | Yes | Yes | No | Yes | Proprietary | Full ACID |
MarkLogic | Yes | Yes | Yes | No | Proprietary | Full ACID |
OrientDB | Yes | Yes | Yes | Yes | Apache 2 License | Full ACID, even distributed |
SAP HANA | Yes | Yes | Yes | No | Proprietary | Full ACID |
Virtuoso | Yes | Yes | Yes | Yes | Proprietary or GNU GPL v2 | Full ACID |