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

DBMS > Amazon DynamoDB vs. Apache Doris vs. Graph Engine vs. Hazelcast vs. HBase

System Properties Comparison Amazon DynamoDB vs. Apache Doris vs. Graph Engine vs. Hazelcast vs. HBase

Editorial information provided by DB-Engines
NameAmazon DynamoDB  Xexclude from comparisonApache Doris  Xexclude from comparisonGraph Engine infoformer name: Trinity  Xexclude from comparisonHazelcast  Xexclude from comparisonHBase  Xexclude from comparison
DescriptionHosted, scalable database service by Amazon with the data stored in Amazons cloudAn MPP-based analytics DBMS embracing the MySQL protocolA distributed in-memory data processing engine, underpinned by a strongly-typed RAM store and a general distributed computation engineA widely adopted in-memory data gridWide-column store based on Apache Hadoop and on concepts of BigTable
Primary database modelDocument store
Key-value store
Relational DBMSGraph DBMS
Key-value store
Key-value storeWide column store
Secondary database modelsDocument store infoJSON support with IMDG 3.12
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score74.07
Rank#17  Overall
#3  Document stores
#2  Key-value stores
Score0.57
Rank#244  Overall
#113  Relational DBMS
Score0.61
Rank#240  Overall
#21  Graph DBMS
#35  Key-value stores
Score5.97
Rank#57  Overall
#6  Key-value stores
Score30.50
Rank#26  Overall
#2  Wide column stores
Websiteaws.amazon.com/­dynamodbdoris.apache.org
github.com/­apache/­doris
www.graphengine.iohazelcast.comhbase.apache.org
Technical documentationdocs.aws.amazon.com/­dynamodbgithub.com/­apache/­doris/­wikiwww.graphengine.io/­docs/­manualhazelcast.org/­imdg/­docshbase.apache.org/­book.html
DeveloperAmazonApache Software Foundation, originally contributed from BaiduMicrosoftHazelcastApache Software Foundation infoApache top-level project, originally developed by Powerset
Initial release20122017201020082008
Current release1.2.2, February 20235.3.6, November 20232.3.4, January 2021
License infoCommercial or Open Sourcecommercial infofree tier for a limited amount of database operationsOpen Source infoApache Version 2.0Open Source infoMIT LicenseOpen Source infoApache Version 2; commercial licenses availableOpen Source infoApache version 2
Cloud-based only infoOnly available as a cloud serviceyesnononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJava.NET and CJavaJava
Server operating systemshostedLinux.NETAll OS with a Java VMLinux
Unix
Windows infousing Cygwin
Data schemeschema-freeyesyesschema-freeschema-free, schema definition possible
Typing infopredefined data types such as float or dateyesyesyesyesoptions to bring your own types, AVRO
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.nonoyes infothe object must implement a serialization strategyno
Secondary indexesyesyesyesno
SQL infoSupport of SQLnoyesnoSQL-like query languageno
APIs and other access methodsRESTful HTTP APIJDBC
MySQL client
RESTful HTTP APIJCache
JPA
Memcached protocol
RESTful HTTP API
Java API
RESTful HTTP API
Thrift
Supported programming languages.Net
ColdFusion
Erlang
Groovy
Java
JavaScript
Perl
PHP
Python
Ruby
JavaC#
C++
F#
Visual Basic
.Net
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
Python
Scala
C
C#
C++
Groovy
Java
PHP
Python
Scala
Server-side scripts infoStored proceduresnouser defined functionsyesyes infoEvent Listeners, Executor Servicesyes infoCoprocessors in Java
Triggersyes infoby integration with AWS Lambdanonoyes infoEventsyes
Partitioning methods infoMethods for storing different data on different nodesShardinghorizontal partitioninghorizontal partitioningShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesnoneyes infoReplicated MapMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)noyesyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be specified for read operations
Immediate ConsistencyImmediate Consistency or Eventual Consistency selectable by user infoRaft Consensus AlgorithmImmediate Consistency or Eventual Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoACID across one or more tables within a single AWS account and regionnoone or two-phase-commit; repeatable reads; read commitedSingle row ACID (across millions of columns)
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesoptional: either by committing a write-ahead log (WAL) to the local persistent storage or by dumping the memory to a persistent storageyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesyes
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)fine grained access rights according to SQL-standardRole-based access controlAccess Control Lists (ACL) for RBAC, integration with Apache Ranger for RBAC & ABAC

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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
Amazon DynamoDBApache DorisGraph Engine infoformer name: TrinityHazelcastHBase
DB-Engines blog posts

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7 February 2017, Matthias Gelbmann

Increased popularity for consuming DBMS services out of the cloud
2 October 2015, Paul Andlinger

show all

Cloudera's HBase PaaS offering now supports Complex Transactions
11 August 2021,  Krishna Maheshwari (sponsor) 

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

show all

Recent citations in the news

Uber Migrates 1 Trillion Records from DynamoDB to LedgerStore to Save $6 Million Annually
19 May 2024, InfoQ.com

Using the circuit-breaker pattern with AWS Lambda extensions and Amazon DynamoDB | Amazon Web Services
16 May 2024, AWS Blog

Continuously replicate Amazon DynamoDB changes to Amazon Aurora PostgreSQL using AWS Lambda | Amazon ...
14 May 2024, AWS Blog

Migrating Uber's Ledger Data from DynamoDB to LedgerStore
11 April 2024, Uber

Zendesk Moves from DynamoDB to MySQL and S3 to Save over 80% in Costs
29 December 2023, InfoQ.com

provided by Google News

Streamlining Data Operations: How a Grocery Chain Optimizes Workloads with Apache Doris
16 May 2024, hackernoon.com

Using Arrow Flight SQL Protocol in Apache Doris 2.1 For Super Fast Data Transfer
8 May 2024, hackernoon.com

How to Digest 15 Billion Logs Per Day and Keep Big Queries Within 1 Second
1 September 2023, KDnuggets

Apache Doris just 'graduated': Why care about this SQL data warehouse
24 June 2022, InfoWorld

Apache Doris Analytical Database Graduates from Apache Incubator
20 June 2022, Datanami

provided by Google News

Trinity
2 June 2023, microsoft.com

Open source Microsoft Graph Engine takes on Neo4j
13 February 2017, InfoWorld

Aerospike Is Now a Graph Database, Too
21 June 2023, Datanami

IBM releases Graph, a service that can outperform SQL databases
27 July 2016, GeekWire

The graph analytics landscape 2019 - DataScienceCentral.com
27 February 2019, Data Science Central

provided by Google News

Hazelcast Showcases Real-Time Data Platform at 2024 Gartner Summit
15 May 2024, Datanami

Hazelcast Weaves Wider Logic Threads Through The Data Fabric
7 March 2024, Forbes

Hazelcast 5.4 real time data processing platform boosts AI and consistency
17 April 2024, VentureBeat

Hazelcast to Demonstrate Power of Unified Platform for Real-Time and AI Applications at the ...
13 May 2024, WDRB

Real-Time Data Platform Hazelcast Introduces New Chief Technology Officer Adrian Soars
7 November 2023, Finovate

provided by Google News

Best Practices from Rackspace for Modernizing a Legacy HBase/Solr Architecture Using AWS Services | Amazon Web ...
9 October 2023, AWS Blog

Less Components, Higher Performance: Apache Doris instead of ClickHouse, MySQL, Presto, and HBase
20 October 2023, hackernoon.com

HBase: The database big data left behind
6 May 2016, InfoWorld

HydraBase – The evolution of HBase@Facebook - Engineering at Meta
5 June 2014, Facebook Engineering

A Look At HBase, the NoSQL Database Built on Hadoop
6 May 2015, The New Stack

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.

RaimaDB logo

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

AllegroGraph logo

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

Milvus logo

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