Jump to content

Comparison of multi-model databases: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Restored revision 1157009847 by MrOllie (talk): Rm entry without wikipedia article
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}} || [[Apache 2 License]] || Full ACID, pessimistic locking, configurable durability
| [[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

See also