DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > atoti vs. DolphinDB vs. OrientDB vs. SQLite vs. TigerGraph

System Properties Comparison atoti vs. DolphinDB vs. OrientDB vs. SQLite vs. TigerGraph

Editorial information provided by DB-Engines
Nameatoti  Xexclude from comparisonDolphinDB  Xexclude from comparisonOrientDB  Xexclude from comparisonSQLite  Xexclude from comparisonTigerGraph  Xexclude from comparison
DescriptionAn in-memory DBMS combining transactional and analytical processing to handle the aggregation of ever-changing data.DolphinDB is a high performance Time Series DBMS. It is integrated with an easy-to-use fully featured programming language and a high-volume high-velocity streaming analytics system. It offers operational simplicity, scalability, fault tolerance, and concurrency.Multi-model DBMS (Document, Graph, Key/Value)Widely used embeddable, in-process RDBMSA complete, distributed, parallel graph computing platform supporting web-scale data analytics in real-time
Primary database modelObject oriented DBMSTime Series DBMSDocument store
Graph DBMS
Key-value store
Relational DBMSGraph DBMS
Secondary database modelsRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.56
Rank#245  Overall
#10  Object oriented DBMS
Score4.13
Rank#80  Overall
#6  Time Series DBMS
Score3.19
Rank#93  Overall
#16  Document stores
#7  Graph DBMS
#14  Key-value stores
Score114.32
Rank#10  Overall
#7  Relational DBMS
Score1.83
Rank#139  Overall
#13  Graph DBMS
Websiteatoti.iowww.dolphindb.comorientdb.orgwww.sqlite.orgwww.tigergraph.com
Technical documentationdocs.atoti.iodocs.dolphindb.cn/­en/­help200/­index.htmlwww.orientdb.com/­docs/­last/­index.htmlwww.sqlite.org/­docs.htmldocs.tigergraph.com
DeveloperActiveViamDolphinDB, IncOrientDB LTD; CallidusCloud; SAPDwayne Richard Hipp
Initial release2018201020002017
Current releasev2.00.4, January 20223.2.29, March 20243.45.3  (15 April 2024), April 2024
License infoCommercial or Open Sourcecommercial infofree versions availablecommercial infofree community version availableOpen Source infoApache version 2Open Source infoPublic Domaincommercial
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaC++JavaCC++
Server operating systemsLinux
Windows
All OS with a Java JDK (>= JDK 6)server-lessLinux
Data schemeyesschema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")yes infodynamic column typesyes
Typing infopredefined data types such as float or dateyesyesyes infonot rigid because of 'dynamic typing' concept.yes
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.nononono
Secondary indexesyesyesyes
SQL infoSupport of SQLMultidimensional Expressions (MDX)SQL-like query languageSQL-like query language, no joinsyes infoSQL-92 is not fully supportedSQL-like query language (GSQL)
APIs and other access methodsJDBC
JSON over HTTP
Kafka
MQTT (Message Queue Telemetry Transport)
ODBC
OPC DA
OPC UA
RabbitMQ
WebSocket
Tinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
GSQL (TigerGraph Query Language)
Kafka
RESTful HTTP/JSON API
Supported programming languagesC#
C++
Go
Java
JavaScript
MatLab
Python
R
Rust
.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
C++
Java
Server-side scripts infoStored proceduresPythonyesJava, Javascriptnoyes
TriggersnoHooksyesno
Partitioning methods infoMethods for storing different data on different nodesSharding, horizontal partitioninghorizontal partitioningShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-source replicationnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesno infocould be achieved with distributed queriesnoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency
Foreign keys infoReferential integritynoyes inforelationship in graphsyesyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)yesyesyes infovia file-system locksyes
Durability infoSupport for making data persistentyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesno
User concepts infoAccess controlAdministrators, Users, GroupsAccess rights for users and roles; record level security configurablenoRole-based access control

More information provided by the system vendor

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 partiesNavicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» more

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

More resources
atotiDolphinDBOrientDBSQLiteTigerGraph
DB-Engines blog posts

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

Best use of cloud: ActiveViam
28 November 2023, Risk.net

FRTB product of the year: ActiveViam
28 November 2023, Risk.net

provided by Google News

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

Mining Botnet Targeting Redis and OrientDB Servers Made Almost $1 Million
2 February 2018, BleepingComputer

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

provided by Google News

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

Fully local retrieval-augmented generation, step by step
10 April 2024, InfoWorld

SQLite's new support for binary JSON is similar but different from a PostgreSQL feature • DEVCLASS
16 January 2024, DevClass

Universal API Access from Postgres and SQLite
27 February 2024, O'Reilly Media

A Closer Look at the Top 3 Embedded Databases: SQLite, RocksDB, and DuckDB
29 August 2023, hackernoon.com

provided by Google News

TigerGraph Unveils CoPilot, Version 4.0, and New CEO
30 April 2024, Datanami

How TigerGraph CoPilot enables graph-augmented AI
30 April 2024, InfoWorld

TigerGraph unveils GenAI assistant, introduces new CEO
30 April 2024, TechTarget

Aerospike takes on Neo4j and TigerGraph with launch of graph database
20 June 2023, SiliconANGLE News

TigerGraph Bolsters DB for Enterprise Graph Workloads
1 November 2023, Datanami

provided by Google News



Share this page

Featured Products

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.

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

RaimaDB logo

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

Milvus logo

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

Present your product here