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 > GridDB vs. Immudb vs. KeyDB vs. Memgraph vs. MySQL

System Properties Comparison GridDB vs. Immudb vs. KeyDB vs. Memgraph vs. MySQL

Editorial information provided by DB-Engines
NameGridDB  Xexclude from comparisonImmudb  Xexclude from comparisonKeyDB  Xexclude from comparisonMemgraph  Xexclude from comparisonMySQL  Xexclude from comparison
DescriptionScalable in-memory time series database optimized for IoT and Big DataAn open source immutable (append-only) database with cryptographic verification which makes it tamper-resistant and fully auditable.An ultra-fast, open source Key-value store fully compatible with Redis API, modules, and protocolsAn open source graph database built for real-time streaming and compatible with Neo4jWidely used open source RDBMS
Primary database modelTime Series DBMSKey-value storeKey-value storeGraph DBMSRelational DBMS infoKey/Value like access via memcached API
Secondary database modelsKey-value store
Relational DBMS
Relational DBMSDocument store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.95
Rank#128  Overall
#10  Time Series DBMS
Score0.24
Rank#305  Overall
#43  Key-value stores
Score0.71
Rank#226  Overall
#33  Key-value stores
Score3.02
Rank#98  Overall
#8  Graph DBMS
Score1083.74
Rank#2  Overall
#2  Relational DBMS
Websitegriddb.netgithub.com/­codenotary/­immudb
immudb.io
github.com/­Snapchat/­KeyDB
keydb.dev
memgraph.comwww.mysql.com
Technical documentationdocs.griddb.netdocs.immudb.iodocs.keydb.devmemgraph.com/­docsdev.mysql.com/­doc
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperToshiba CorporationCodenotaryEQ Alpha Technology Ltd.Memgraph LtdOracle infosince 2010, originally MySQL AB, then Sun
Initial release20132020201920171995
Current release5.1, August 20221.2.3, April 20228.4.0, April 2024
License infoCommercial or Open SourceOpen Source infoAGPL version 3 and Apache License, version 2.0 , commercial license (standard and advanced editions) also availableOpen Source infoApache Version 2.0Open Source infoBSD-3Open Source infoBSL 1.1; commercial license for enterprise edition availableOpen Source infoGPL version 2. Commercial licenses with extended functionallity are 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.
Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
Implementation languageC++GoC++C and C++C and C++
Server operating systemsLinuxBSD
Linux
macOS
Solaris
Windows
z/OS
LinuxLinuxFreeBSD
Linux
OS X
Solaris
Windows
Data schemeyesschema-freeschema-freeschema-free and schema-optionalyes
Typing infopredefined data types such as float or dateyes infonumerical, string, blob, geometry, boolean, timestamppartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesyes
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.nonononoyes
Secondary indexesyesyesyes infoby using the Redis Search moduleyes
SQL infoSupport of SQLSQL92, SQL-like TQL (Toshiba Query Language)SQL-like syntaxnonoyes infowith proprietary extensions
APIs and other access methodsJDBC
ODBC
Proprietary protocol
RESTful HTTP/JSON API
gRPC protocol
PostgreSQL wire protocol
Proprietary protocol infoRESP - REdis Serialization ProtocoBolt protocol
Cypher query language
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesC
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
.Net
Go
Java
JavaScript (Node.js)
Python
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresnonoLuayes infoproprietary syntax
Triggersyesnonoyes
Partitioning methods infoMethods for storing different data on different nodesShardingShardingShardingSharding infodynamic graph partitioninghorizontal partitioning, sharding with MySQL Cluster or MySQL Fabric
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationMulti-source replication
Source-replica replication
Multi-source replication using RAFTMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsConnector for using GridDB as an input source and output destination for Hadoop MapReduce jobsnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate consistency within container, eventual consistency across containersImmediate ConsistencyEventual Consistency
Strong eventual consistency with CRDTs
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononoyes inforelationships in graphsyes infonot for MyISAM storage engine
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID at container levelACIDOptimistic locking, atomic execution of commands blocks and scriptsACID infowith snapshot isolationACID infonot for MyISAM storage engine
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes, multi-version concurrency control (MVCC)yes infotable locks or row locks depending on storage engine
Durability infoSupport for making data persistentyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes infowith periodic snapshot and write-ahead logging (WAL) of changesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyesyesyes
User concepts infoAccess controlAccess rights for users can be defined per databasesimple password-based access control and ACLUsers, roles and permissionsUsers with fine-grained authorization concept infono user groups or roles
More information provided by the system vendor
GridDBImmudbKeyDBMemgraphMySQL
Specific characteristicsGridDB is a highly scalable, in-memory time series database optimized for IoT and...
» more
Memgraph directly connects to your streaming infrastructure so you and your team...
» more
Competitive advantages1. Optimized for IoT Equipped with Toshiba's proprietary key-container data model...
» more
Business Source License ensures a future for the Memgraph community MAGE algorithm...
» more
Typical application scenariosFactory IoT, Automative Industry, Energy, BEMS, Smart Community, Monitoring system.
» more
Graph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
Key customersDenso International [see use case ] An Electric Power company [see use case ] Ishinomaki...
» more
Market metricsGitHub trending repository
» more
Licensing and pricing modelsOpen Source license (AGPL v3 & Apache v2) Commercial license (subscription)
» more
You can check out our pricing model and licenses on the company website .
» 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 partiesAiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
» more

Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for MySQL and many other database management systems.
» more

CData: 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
GridDBImmudbKeyDBMemgraphMySQL
DB-Engines blog posts

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

MariaDB strengthens its position in the open source RDBMS market
5 April 2018, Matthias Gelbmann

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

show all

Recent citations in the news

General Availability of GridDB® 5.5 Enterprise Edition ~Enhancing the efficiency of IoT system development and ...
16 January 2024, global.toshiba

Toshiba launches cloudy managed IoT database service running its own GridDB
8 April 2021, The Register

GridDB Use case Large-scale high-speed processing of smart meter data following the deregulation of electrical power ...
1 November 2020, global.toshiba

General Availability of GridDB 5.1 Enterprise Edition ~ Continuous database usage in the event of data center failure ...
19 August 2022, global.toshiba

Leveraging Open Source Tools for IoT - open source for you
19 February 2020, Open Source For You

provided by Google News

Codenotary Releases immudb v1.9DOM
19 October 2023, Business Wire

Codenotary brings its immutable database to the cloud
21 June 2023, TechCrunch

Codenotary launches cloud version of tamper-proof database
27 June 2023, SC Media

ImmuDB and Codenotary: It's a database, but the company isn't
20 December 2021, ZDNet

Immudb: Open-source database, built on a zero trust model
17 December 2021, Help Net Security

provided by Google News

Oh, snap! Snap snaps up database developer KeyDB
12 May 2022, TechCrunch

Snap Acquires KeyDB for Open-Source Services
17 May 2022, XR Today

Garnet–open-source faster cache-store speeds up applications, services
18 March 2024, microsoft.com

Dragonfly 1.0 Released For What Claims To Be The World's Fastest In-Memory Data Store
20 March 2023, Phoronix

Redis 6 arrives with multithreading for faster I/O
30 April 2020, InfoWorld

provided by Google News

Enhance Your Network with the Power of a Graph DB
2 May 2024, Towards Data Science

Graph database company Memgraph raises $9.34M
5 October 2021, VentureBeat

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

Croatian graph database startup Memgraph raises €8M with Microsoft as key investor, plans to boost R&D
20 October 2021, The Recursive

How to Implement Custom JSON Utility Procedures With Memgraph MAGE and Python
26 March 2021, Towards Data Science

provided by Google News

Rule::array() and whereJsonOverlaps() for MySQL in Laravel 11.7
7 May 2024, Laravel News

Enterprise Manager: How Comcast enhanced monitoring for MySQL InnoDB Clusters
22 April 2024, Oracle

Amazon Aurora MySQL version 2 (with MySQL 5.7 compatibility) to version 3 (with MySQL 8.0 compatibility) upgrade ...
18 March 2024, AWS Blog

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

Ultimate MySQL Workbench Installation Guide [2024 Edition]
15 February 2024, Simplilearn

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.

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

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

RaimaDB logo

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

Present your product here