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 > BigObject vs. Datomic vs. DolphinDB vs. DuckDB vs. HugeGraph

System Properties Comparison BigObject vs. Datomic vs. DolphinDB vs. DuckDB vs. HugeGraph

Editorial information provided by DB-Engines
NameBigObject  Xexclude from comparisonDatomic  Xexclude from comparisonDolphinDB  Xexclude from comparisonDuckDB  Xexclude from comparisonHugeGraph  Xexclude from comparison
DescriptionAnalytic DBMS for real-time computations and queriesDatomic builds on immutable values, supports point-in-time queries and uses 3rd party systems for durabilityDolphinDB 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.An embeddable, in-process, column-oriented SQL OLAP RDBMSA fast-speed and highly-scalable Graph DBMS
Primary database modelRelational DBMS infoa hierachical model (tree) can be imposedRelational DBMSTime Series DBMSRelational DBMSGraph DBMS
Secondary database modelsRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.13
Rank#333  Overall
#147  Relational DBMS
Score1.59
Rank#150  Overall
#69  Relational DBMS
Score4.13
Rank#80  Overall
#6  Time Series DBMS
Score4.57
Rank#74  Overall
#40  Relational DBMS
Score0.13
Rank#336  Overall
#32  Graph DBMS
Websitebigobject.iowww.datomic.comwww.dolphindb.comduckdb.orggithub.com/­hugegraph
hugegraph.apache.org
Technical documentationdocs.bigobject.iodocs.datomic.comdocs.dolphindb.cn/­en/­help200/­index.htmlduckdb.org/­docshugegraph.apache.org/­docs
DeveloperBigObject, Inc.CognitectDolphinDB, IncBaidu
Initial release20152012201820182018
Current release1.0.6735, June 2023v2.00.4, January 20220.10, February 20240.9
License infoCommercial or Open Sourcecommercial infofree community edition availablecommercial infolimited edition freecommercial infofree community version availableOpen Source infoMIT LicenseOpen Source infoApache Version 2.0
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 languageJava, ClojureC++C++Java
Server operating systemsLinux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
All OS with a Java VMLinux
Windows
server-lessLinux
macOS
Unix
Data schemeyesyesyesyesyes
Typing infopredefined data types such as float or dateyesyesyesyesyes
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.nonononono
Secondary indexesyesyesyesyesyes infoalso supports composite index and range index
SQL infoSupport of SQLSQL-like DML and DDL statementsnoSQL-like query languageyesno
APIs and other access methodsfluentd
ODBC
RESTful HTTP API
RESTful HTTP APIJDBC
JSON over HTTP
Kafka
MQTT (Message Queue Telemetry Transport)
ODBC
OPC DA
OPC UA
RabbitMQ
WebSocket
Arrow Database Connectivity (ADBC)
CLI Client
JDBC
ODBC
Java API
RESTful HTTP API
TinkerPop Gremlin
Supported programming languagesClojure
Java
C#
C++
Go
Java
JavaScript
MatLab
Python
R
Rust
C
C# info3rd party driver
C++
Crystal info3rd party driver
Go info3rd party driver
Java
Lisp info3rd party driver
Python
R
Ruby info3rd party driver
Rust
Swift
Zig info3rd party driver
Groovy
Java
Python
Server-side scripts infoStored proceduresLuayes infoTransaction Functionsyesnoasynchronous Gremlin script jobs
TriggersnoBy using transaction functionsnonono
Partitioning methods infoMethods for storing different data on different nodesnonenone infoBut extensive use of caching in the application peershorizontal partitioningnoneyes infodepending on used storage backend, e.g. Cassandra and HBase
Replication methods infoMethods for redundantly storing data on multiple nodesnonenone infoBut extensive use of caching in the application peersyesnoneyes infodepending on used storage backend, e.g. Cassandra and HBase
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnovia hugegraph-spark
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integrityyes infoautomatically between fact table and dimension tablesnononoyes infoedges in graph
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDyesACIDACID
Concurrency infoSupport for concurrent manipulation of datayes infoRead/write lock on objects (tables, trees)yesyesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyesyes infousing external storage systems (e.g. Cassandra, DynamoDB, PostgreSQL, Couchbase and others)yesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes inforecommended only for testing and developmentyesyesyes
User concepts infoAccess controlnonoAdministrators, Users, GroupsnoUsers, roles and permissions

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

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

More resources
BigObjectDatomicDolphinDBDuckDBHugeGraph
Recent citations in the news

Nubank buys firm behind Clojure programming language
28 July 2020, Finextra

Zoona Case Study
16 December 2017, AWS Blog

Architecting Software for Leverage
13 November 2021, InfoQ.com

TerminusDB Takes on Data Collaboration with a git-Like Approach
1 December 2020, The New Stack

Nubank acquires US company; PayPal studies cryptocurrencies
24 July 2020, Iupana

provided by Google News

My First Billion (of Rows) in DuckDB | by João Pedro | May, 2024
1 May 2024, Towards Data Science

Enabling Remote Query Execution through DuckDB Extensions
12 March 2024, InfoQ.com

DuckDB Walks to the Beat of Its Own Analytics Drum
5 March 2024, Datanami

DuckDB and AWS — How to Aggregate 100 Million Rows in 1 Minute
25 April 2024, Towards Data Science

MotherDuck Raises $52.5 Million Series B Funding as DuckDB Adoption Soars
20 September 2023, PR Newswire

provided by Google News

Critical Apache HugeGraph Flaw Let Attackers Execute Remote Code
23 April 2024, GBHackers

provided by Google News



Share this page

Featured Products

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

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.

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Milvus logo

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

Present your product here