Jump to content

Comparison of multi-model databases: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Inserted Informix, a well known multi-model database example. There are two additional data type columns that also need to be added for Spatial and Timeseries data.
m reference for arangoDB transactions
Line 8: Line 8:
! Database !! SQL !! Document !! Graph !! Object !! License !! Transactions
! Database !! SQL !! Document !! Graph !! Object !! License !! Transactions
|-
|-
| [[ArangoDB]] || {{no}} || {{yes}} || {{yes}} || {{no}} || Business Source License 1.1 || Full ACID, pessimistic locking, configurable durability
| [[ArangoDB]] || {{no}} || {{yes}} || {{yes}} || {{no}} || Business Source License 1.1 || Full ACID, pessimistic locking, configurable durability<ref>{{Cite web |title=Transactions |url=https://docs.arangodb.com/3.11/develop/transactions/ |access-date=2025-06-19 |website=docs.arangodb.com |language=en}}</ref>
|-
|-
| [[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 00:23, 19 June 2025

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[1]
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
Informix Yes Yes No Yes Proprietary Full ACID, pessimistic locking, multiple consistency models, configurable durability
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

  1. ^ "Transactions". docs.arangodb.com. Retrieved 2025-06-19.