DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > ArangoDB vs. IBM Cloudant vs. Ingres vs. Microsoft Azure Data Explorer vs. TimesTen

System Properties Comparison ArangoDB vs. IBM Cloudant vs. Ingres vs. Microsoft Azure Data Explorer vs. TimesTen

Editorial information provided by DB-Engines
NameArangoDB  Xexclude from comparisonIBM Cloudant  Xexclude from comparisonIngres  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.Database as a Service offering based on Apache CouchDBWell established RDBMSFully managed big data interactive analytics platformIn-Memory RDBMS compatible to Oracle
Primary database modelDocument store
Graph DBMS
Key-value store
Search engine
Document storeRelational DBMSRelational DBMS infocolumn orientedRelational DBMS
Secondary database modelsDocument store infoIf a column is of type dynamic docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types/­dynamic then it's possible to add arbitrary JSON documents in this cell
Event Store infothis is the general usage pattern at Microsoft. Billing, Logs, Telemetry events are stored in ADX and the state of an individual entity is defined by the arg_max(timestamps)
Spatial DBMS
Search engine infosupport for complex search expressions docs.microsoft.com/­en-us/­azure/­kusto/­query/­parseoperator FTS, Geospatial docs.microsoft.com/­en-us/­azure/­kusto/­query/­geo-point-to-geohash-function distributed search -> ADX acts as a distributed search engine
Time Series DBMS infosee docs.microsoft.com/­en-us/­azure/­data-explorer/­time-series-analysis
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.32
Rank#90  Overall
#15  Document stores
#5  Graph DBMS
#12  Key-value stores
#10  Search engines
Score2.68
Rank#106  Overall
#20  Document stores
Score4.11
Rank#81  Overall
#44  Relational DBMS
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score1.31
Rank#163  Overall
#74  Relational DBMS
Websitearangodb.comwww.ibm.com/­products/­cloudantwww.actian.com/­databases/­ingresazure.microsoft.com/­services/­data-explorerwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationdocs.arangodb.comcloud.ibm.com/­docs/­Cloudantdocs.actian.com/­ingresdocs.microsoft.com/­en-us/­azure/­data-explorerdocs.oracle.com/­database/­timesten-18.1
Social network pagesLinkedInTwitterFacebookYouTubeInstagram
DeveloperArangoDB Inc.IBM, Apache Software Foundation infoIBM acquired Cloudant in February 2014Actian CorporationMicrosoftOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release201220101974 infooriginally developed at University Berkely in early 1970s20191998
Current release3.11.5, November 202311.2, May 2022cloud service with continuous releases11 Release 2 (11.2.2.8.0)
License infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availablecommercialcommercialcommercialcommercial
Cloud-based only infoOnly available as a cloud servicenoyesnoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ArangoDB Cloud –The Managed Cloud Service of ArangoDB. Provides fully managed, and monitored cluster deployments of any size, with enterprise-grade security. Get started for free and continue for as little as $0,21/hour.
Implementation languageC++ErlangC
Server operating systemsLinux
OS X
Windows
hostedAIX
HP Open VMS
HP-UX
Linux
Solaris
Windows
hostedAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Data schemeschema-free infoautomatically recognizes schema within a collectionschema-freeyesFixed schema with schema-less datatypes (dynamic)yes
Typing infopredefined data types such as float or dateyes infostring, double, boolean, list, hashnoyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nono infobut tools for importing/exporting data from/to XML-files availableyesno
Secondary indexesyesyesyesall fields are automatically indexedyes
SQL infoSupport of SQLnonoyesKusto Query Language (KQL), SQL subsetyes
APIs and other access methodsAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
RESTful HTTP/JSON API.NET Client API
JDBC
ODBC
proprietary protocol (OpenAPI)
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languagesC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
C#
Java
JavaScript
Objective-C
PHP
Ruby
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C
C++
Java
PL/SQL
Server-side scripts infoStored proceduresJavaScriptView functions (Map-Reduce) in JavaScriptyesYes, possible languages: KQL, Python, RPL/SQL
Triggersnoyesyesyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyno
Partitioning methods infoMethods for storing different data on different nodesSharding infosince version 2.0Shardinghorizontal partitioning infoIngres Star to access multiple databases simultaneouslySharding infoImplicit feature of the cloud servicenone
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replication with configurable replication factorMulti-source replication
Source-replica replication
Ingres Replicatoryes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infocan be done with stored procedures in JavaScriptyesnoSpark connector (open source): github.com/­Azure/­azure-kusto-sparkno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infoconfigurable per collection or per write
Immediate Consistency
OneShard (highly available, fault-tolerant deployment mode with ACID semantics)
Eventual ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integrityyes inforelationships in graphsnoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infoatomic operations within a document possibleACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoOptimistic lockingyes infoMVCCyesyes
Durability infoSupport for making data persistentyesyesyesyesyes infoby means of logfiles and checkpoints
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nononoyes
User concepts infoAccess controlyesAccess rights for users can be defined per databasefine grained access rights according to SQL-standardAzure Active Directory Authenticationfine grained access rights according to SQL-standard
More information provided by the system vendor
ArangoDBIBM CloudantIngresMicrosoft Azure Data ExplorerTimesTen
Specific characteristicsGraph and Beyond. With more than 11,000 stargazers on GitHub, ArangoDB is the leading...
» more
Competitive advantagesConsolidation: As a native multi-model database, can be used as a full blown document...
» more
Typical application scenariosNative multi-model in ArangoDB is being used for a broad range of projects across...
» more
Key customersCisco, Barclays, Refinitive, Siemens Mentor, Kabbage, Liaison, Douglas, MakeMyTrip,...
» more
Market metricsArangoDB is the leading native multi-model database with over 11,000 stargazers on...
» more
Licensing and pricing modelsVery permissive Apache 2 License for Community Edition & commercial licenses are...
» more

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
ArangoDBIBM CloudantIngresMicrosoft Azure Data ExplorerTimesTen
DB-Engines blog posts

The Weight of Relational Databases: Time for Multi-Model?
29 August 2017, Luca Olivari (guest author)

show all

Recent citations in the news

ArangoGraphML: Simplifying the Power of Graph Machine Learning
11 October 2023, Datanami

ArangoDB Announces Release of ArangoDB 3.11 for Search, Graph and Analytics - High-Performance Computing ...
30 May 2023, insideHPC

How to Build Knowledge Graph Enhanced Chatbot with ChatGPT and ArangoDB
30 June 2023, DataDrivenInvestor

ArangoDB brings yet more money into graph database market with $27.8M round
6 October 2021, SiliconANGLE News

ArangoDB expands scope of graph database platform
6 October 2022, TechTarget

provided by Google News

Cloudant Best (and Worst) Practices — Part 1
18 March 2019, ibm.com

Intro to Enterprise Cloud Storage: How to Set Up a Cloudant Database
1 December 2014, Linux.com

IBM Code Engine and IBM Cloudant: Serverless Data and Infrastructure
16 August 2021, ibm.com

IBM Expands Cloud Database Services with Kubernetes
26 September 2019, EnterpriseAI

IBM to Purchase Cloudant Database as a service (DBaaS) Provider
22 March 2014, App Developer Magazine

provided by Google News

New startup from Postgres creator puts the database at heart of software stack
12 March 2024, TechCrunch

Postgres pioneer Michael Stonebraker promises to upend the database once more
26 December 2023, The Register

Actian Launches Ingres as a Fully-Managed Cloud Service
24 September 2021, Integration Developers

PostgreSQL now top developer choice ahead of MySQL, according to massive new survey • DEVCLASS
13 June 2023, DevClass

Dr. Michael Stonebraker: A Short History of Database Systems
1 February 2019, The New Stack

provided by Google News

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, azure.microsoft.com

Providing modern data transfer and storage service at Microsoft with Microsoft Azure - Inside Track Blog
13 July 2023, Microsoft

General availability: New KQL function to enrich your data analysis with geographic context | Azure updates
6 June 2023, azure.microsoft.com

Azure Data Explorer and Stream Analytics for anomaly detection
16 January 2020, azure.microsoft.com

Controlling costs in Azure Data Explorer using down-sampling and aggregation
11 February 2019, azure.microsoft.com

provided by Google News

In-memory databases with Emulex Gen 7
25 October 2023, Broadcom Inc.

provided by Google News



Share this page

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Present your product here