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

DBMS > Derby vs. FileMaker vs. Hive vs. NebulaGraph vs. TerarkDB

System Properties Comparison Derby vs. FileMaker vs. Hive vs. NebulaGraph vs. TerarkDB

Editorial information provided by DB-Engines
NameDerby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDB  Xexclude from comparisonFileMaker  Xexclude from comparisonHive  Xexclude from comparisonNebulaGraph  Xexclude from comparisonTerarkDB  Xexclude from comparison
DescriptionFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.FileMaker is a cross-platform RDBMS that includes a GUI frontend.data warehouse software for querying and managing large distributed datasets, built on HadoopA distributed, linear scalable, high perfomant Graph DBMSA key-value store forked from RocksDB with advanced compression algorithms. It can be used standalone or as a storage engine for MySQL and MongoDB
Primary database modelRelational DBMSRelational DBMSRelational DBMSGraph DBMSKey-value store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.71
Rank#69  Overall
#37  Relational DBMS
Score48.20
Rank#20  Overall
#14  Relational DBMS
Score61.17
Rank#18  Overall
#12  Relational DBMS
Score2.14
Rank#120  Overall
#10  Graph DBMS
Score0.00
Rank#383  Overall
#60  Key-value stores
Websitedb.apache.org/­derbywww.claris.com/­filemakerhive.apache.orggithub.com/­vesoft-inc/­nebula
www.nebula-graph.io
github.com/­bytedance/­terarkdb
Technical documentationdb.apache.org/­derby/­manuals/­index.htmlwww.claris.com/­resources/­documentationcwiki.apache.org/­confluence/­display/­Hive/­Homedocs.nebula-graph.iobytedance.larkoffice.com/­docs/­doccnZmYFqHBm06BbvYgjsHHcKc
DeveloperApache Software FoundationClaris infoa subsidiary of AppleApache Software Foundation infoinitially developed by FacebookVesoft Inc.ByteDance, originally Terark
Initial release19971983201220192016
Current release10.17.1.0, November 202319.4.1, November 20213.1.3, April 2022
License infoCommercial or Open SourceOpen Source infoApache version 2commercialOpen Source infoApache Version 2Open Source infoApache Version 2.0 + Common Clause 1.0commercial inforestricted open source version available
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 languageJavaJavaC++C++
Server operating systemsAll OS with a Java VMiOS infoclient part only
Linux
OS X
Windows
All OS with a Java VMLinux
Data schemeyesyesyesStrong typed schemaschema-free
Typing infopredefined data types such as float or dateyesyesyesyesno
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.yesyes infoA http query request can return the data in XML formatnono
Secondary indexesyesyesyesyes infoNebula Graph internally uses the Key-Value store RocksDB for persistency. The vertices, edges, and their properties are stored as Key while their values are stored as Value. The primary indexes are per Key and secondary indexes are per Value.no
SQL infoSupport of SQLyesyes infovia pluginsSQL-like DML and DDL statementsSQL-like query languageno
APIs and other access methodsJDBCFilemaker WebDirect
JDBC
ODBC
JDBC
ODBC
Thrift
Browser interface
console (shell)
Cypher Query Language
GO Object Graph Mapper
Java Object Graph Mapper
NGBatis infoORM framework for NebulaGraph and Spring-Boot
Proprietary native API
Python Object Graph Mapper
Query language nGQL
C++ API
Java API
Supported programming languagesJavaPHPC++
Java
PHP
Python
.Net
C++
Go
Java
PHP
Python
C++
Java
Server-side scripts infoStored proceduresJava Stored Proceduresyesyes infouser defined functions and integration of map-reduceuser defined functionsno
Triggersyesyesnono
Partitioning methods infoMethods for storing different data on different nodesnonenoneShardingShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationSource-replica replication, warm standby infosince Version 14selectable replication factorCausal Clustering using Raft protocolnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyes infoquery execution via MapReducenono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesyesnoyes infoRelationships in graphsno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnonoACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infousing RocksDByes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes
User concepts infoAccess controlfine grained access rights according to SQL-standardsimple rights management via user accounts and connection to external directory servicesAccess rights for users, groups and rolesRole-based access controlno
More information provided by the system vendor
Derby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDBFileMakerHiveNebulaGraphTerarkDB
Specific characteristicsNebulaGraph is a truly distributed, linearly scalable, lightning-fast graph database,...
» more
Competitive advantagesNebulaGraph boasts the world's only graph database solution that is able to host...
» more
Typical application scenariosSocial networking Fraud detection Knowledge graph Data warehouse management Anti...
» more
Key customersCompanies from a variety of industries have implemented NebulaGraph Database in production,...
» more
Market metricsAt our very early stage, NebulaGraph has already received over 10,000 stars on GitHub...
» more
Licensing and pricing modelsNebulaGraph is open source and free to use under Apache 2.0 license.
» 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
Derby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDBFileMakerHiveNebulaGraphTerarkDB
DB-Engines blog posts

Why is Hadoop not listed in the DB-Engines Ranking?
13 May 2013, Paul Andlinger

show all

Recent citations in the news

JDBC tutorial: Easy installation and setup with Apache Derby
20 December 2019, TheServerSide.com

Top Database Tools for Java Developers in 2023
17 November 2023, TechRepublic

Installing Apache Hive 3.1.2 on Windows 10 | by Hadi Fadlallah
3 May 2020, Towards Data Science

The Arrival of Java 20
21 March 2023, Oracle

No, Citrix did not kill CloudStack
15 September 2014, InfoWorld

provided by Google News

Reviews - Features
1 March 2024, Reverse Shot

Tilda Swinton on 'Problemista' Fan Horror Stories About Her Character
1 March 2024, IndieWire

Apple Filed for new Trademarks in the U.S. and Hong Kong this week for the Figurative Version of 'Reality Composer ...
15 October 2023, Patently Apple

Apple Subsidiary to Face Worker's Job Loss Claims, but Not Apple
14 February 2024, Bloomberg Law

Apple subsidiary FileMaker returns to its original name from the '80s
6 August 2019, The Verge

provided by Google News

ASF Unveils the Next Evolution of Big Data Processing With the Launch of Hive 4.0
2 May 2024, Datanami

Apache Software Foundation Announces Apache® Hive 4.0
30 April 2024, GlobeNewswire

Run Apache Hive workloads using Spark SQL with Amazon EMR on EKS | Amazon Web Services
18 October 2023, AWS Blog

18 Top Big Data Tools and Technologies to Know About in 2024
24 January 2024, TechTarget

Top 80 Hadoop Interview Questions and Answers for 2024
15 February 2024, Simplilearn

provided by Google News

Celebrating 10,000 GitHub Stars for NebulaGraph
26 March 2024, PR Newswire

Vesoft (NebulaGraph) Recognized in the Gartner® Market Guide for Graph Database Management Systems
15 November 2023, PR Newswire

NebulaGraph reaps from China’s growing appetite for graph databases
16 September 2022, TechCrunch

Beginner’s Guide to NebulaGraph Database | by Ng Wai Foong
26 October 2022, Towards Data Science

NebulaGraph Completes Series A to Scale Its Distributed Graph Database
16 September 2022, Datanami

provided by Google News



Share this page

Featured Products

Neo4j logo

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

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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