DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > ArangoDB vs. Ingres vs. MarkLogic vs. Oracle vs. Rockset

System Properties Comparison ArangoDB vs. Ingres vs. MarkLogic vs. Oracle vs. Rockset

Editorial information provided by DB-Engines
NameArangoDB  Xexclude from comparisonIngres  Xexclude from comparisonMarkLogic  Xexclude from comparisonOracle  Xexclude from comparisonRockset  Xexclude from comparison
DescriptionNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.Well established RDBMSOperational and transactional Enterprise NoSQL databaseWidely used RDBMSA scalable, reliable search and analytics service in the cloud, built on RocksDB
Primary database modelDocument store
Graph DBMS
Key-value store
Search engine
Relational DBMSDocument store
Native XML DBMS
RDF store infoas of version 7
Search engine
Relational DBMSDocument store
Secondary database modelsDocument store
Graph DBMS infowith Oracle Spatial and Graph
RDF store infowith Oracle Spatial and Graph
Spatial DBMS infowith Oracle Spatial and Graph
Vector DBMS infosince Oracle 23
Relational DBMS
Search engine
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
Score4.11
Rank#81  Overall
#44  Relational DBMS
Score5.92
Rank#58  Overall
#10  Document stores
#1  Native XML DBMS
#1  RDF stores
#6  Search engines
Score1236.29
Rank#1  Overall
#1  Relational DBMS
Score0.79
Rank#211  Overall
#35  Document stores
Websitearangodb.comwww.actian.com/­databases/­ingreswww.marklogic.comwww.oracle.com/­databaserockset.com
Technical documentationdocs.arangodb.comdocs.actian.com/­ingresdocs.marklogic.comdocs.oracle.com/­en/­databasedocs.rockset.com
Social network pagesLinkedInTwitterFacebookYouTubeInstagram
DeveloperArangoDB Inc.Actian CorporationMarkLogic Corp.OracleRockset
Initial release20121974 infooriginally developed at University Berkely in early 1970s200119802019
Current release3.11.5, November 202311.2, May 202211.0, December 202223c, September 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availablecommercialcommercial inforestricted free version is availablecommercial inforestricted free version is availablecommercial
Cloud-based only infoOnly available as a cloud servicenonononoyes
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++CC++C and C++C++
Server operating systemsLinux
OS X
Windows
AIX
HP Open VMS
HP-UX
Linux
Solaris
Windows
Linux
OS X
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
hosted
Data schemeschema-free infoautomatically recognizes schema within a collectionyesschema-free infoSchema can be enforcedyes infoSchemaless in JSON and XML columnsschema-free
Typing infopredefined data types such as float or dateyes infostring, double, boolean, list, hashyesyesyesdynamic typing
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.no infobut tools for importing/exporting data from/to XML-files availableyesyesno infoingestion from XML files supported
Secondary indexesyesyesyesyesall fields are automatically indexed
SQL infoSupport of SQLnoyesyes infoSQL92yes infowith proprietary extensionsRead-only SQL queries, including JOINs
APIs and other access methodsAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
.NET Client API
JDBC
ODBC
proprietary protocol (OpenAPI)
Java API
Node.js Client API
ODBC
proprietary Optic API infoProprietary Query API, introduced with version 9
RESTful HTTP API
SPARQL
WebDAV
XDBC
XQuery
XSLT
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
HTTP REST
Supported programming languagesC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
C
C#
C++
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
C
C#
C++
Clojure
Cobol
Delphi
Eiffel
Erlang
Fortran
Groovy
Haskell
Java
JavaScript
Lisp
Objective C
OCaml
Perl
PHP
Python
R
Ruby
Scala
Tcl
Visual Basic
Go
Java
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresJavaScriptyesyes infovia XQuery or JavaScriptPL/SQL infoalso stored procedures in Java possibleno
Triggersnoyesyesyesno
Partitioning methods infoMethods for storing different data on different nodesSharding infosince version 2.0horizontal partitioning infoIngres Star to access multiple databases simultaneouslyShardingSharding, horizontal partitioningAutomatic sharding
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replication with configurable replication factorIngres ReplicatoryesMulti-source replication
Source-replica replication
yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infocan be done with stored procedures in JavaScriptnoyes infovia Hadoop Connector, HDFS Direct Access and in-database MapReduce jobsno infocan be realized in PL/SQLno
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)
Immediate ConsistencyImmediate ConsistencyImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integrityyes inforelationships in graphsyesnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACID infocan act as a resource manager in an XA/JTA transactionACID infoisolation level can be parameterizedno
Concurrency infoSupport for concurrent manipulation of datayesyes infoMVCCyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes, with Range Indexesyes infoVersion 12c introduced the new option 'Oracle Database In-Memory'
User concepts infoAccess controlyesfine grained access rights according to SQL-standardRole-based access control at the document and subdocument levelsfine grained access rights according to SQL-standardAccess rights for users and organizations can be defined via Rockset console
More information provided by the system vendor
ArangoDBIngresMarkLogicOracleRockset
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
3rd partiesDevart ODBC driver for Oracle accesses Oracle databases from ODBC-compliant reporting, analytics, BI, and ETL tools on both 32 and 64-bit Windows, macOS, and Linux.
» more

Navicat for Oracle improves the efficiency and productivity of Oracle developers and administrators with a streamlined working environment.
» more

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

More resources
ArangoDBIngresMarkLogicOracleRockset
DB-Engines blog posts

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

show all

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Architecting eCommerce Platforms for Zero Downtime on Black Friday and Beyond
25 November 2016, Tony Branson (guest author)

show all

Conferences, events and webinars

Oracle Cloud World
Las Vegas, 9-12 September 2024

Recent citations in the news

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

Graph, machine learning, hype, and beyond: ArangoDB open source multi-model database releases version 3.7
27 August 2020, ZDNet

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

MarkLogic “The NoSQL Database”. In the MarkLogic Query Console, you can… | by Abhay Srivastava | Apr, 2024
23 April 2024, Medium

ABN AMRO Moves Progress-Powered Credit Store App to Azure Cloud; Achieves 40% Faster Data Processing, Lower ...
12 March 2024, Yahoo Finance

Seven Quick Steps to Setting Up MarkLogic Server in Kubernetes
1 February 2024, biplatform.nl

Progress's $355m move for MarkLogic sets the tone for 2023
4 January 2023, The Stack

Progress to acquire PE-backed data platform MarkLogic for $355m
4 January 2023, PE Hub

provided by Google News

What's New: April 2024
26 April 2024, Oracle

Why run Oracle Database on Arm
19 April 2024, Oracle

Oracle and Microsoft bring Oracle Database@Azure to Europe
14 March 2024, Oracle

Oracle Database@Azure now Generally Available in Azure East US Region to accelerate your data center exit
13 December 2023, Oracle

Announcing the general availability of Oracle Globally Distributed Autonomous Database
4 March 2024, Oracle

provided by Google News

Honing business data with AI real-time analytics
14 March 2024, SiliconANGLE News

Rockset targets cost control with latest database update
31 January 2024, TechTarget

Rockset Announces 2024 Index Conference, Industry Event for Engineers Building Search, Analytics, and AI ...
18 April 2024, Datanami

Rockset Releases New Instance Class, Gains Momentum as the Search and Analytics Database Built for the Cloud
31 January 2024, GlobeNewswire

Rockset lands $44M to power real-time search and analytics apps
29 August 2023, TechCrunch

provided by Google News



Share this page

Featured Products

Milvus logo

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

AllegroGraph logo

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

Neo4j logo

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

RaimaDB logo

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

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

Present your product here