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 > Brytlyt vs. GridDB vs. InfluxDB vs. MariaDB vs. Stardog

System Properties Comparison Brytlyt vs. GridDB vs. InfluxDB vs. MariaDB vs. Stardog

Editorial information provided by DB-Engines
NameBrytlyt  Xexclude from comparisonGridDB  Xexclude from comparisonInfluxDB  Xexclude from comparisonMariaDB  Xexclude from comparisonStardog  Xexclude from comparison
DescriptionScalable GPU-accelerated RDBMS for very fast analytic and streaming workloads, leveraging PostgreSQLScalable in-memory time series database optimized for IoT and Big DataDBMS for storing time series, events and metricsMySQL application compatible open source RDBMS, enhanced with high availability, security, interoperability and performance capabilities. MariaDB ColumnStore provides a column-oriented storage engine and MariaDB Xpand supports distributed SQL.Enterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualization
Primary database modelRelational DBMSTime Series DBMSTime Series DBMSRelational DBMSGraph DBMS
RDF store
Secondary database modelsKey-value store
Relational DBMS
Spatial DBMS infowith GEO packageDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.38
Rank#279  Overall
#126  Relational DBMS
Score2.02
Rank#132  Overall
#11  Time Series DBMS
Score26.56
Rank#28  Overall
#1  Time Series DBMS
Score93.81
Rank#13  Overall
#9  Relational DBMS
Score2.05
Rank#129  Overall
#11  Graph DBMS
#6  RDF stores
Websitebrytlyt.iogriddb.netwww.influxdata.com/­products/­influxdb-overviewmariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.stardog.com
Technical documentationdocs.brytlyt.iodocs.griddb.netdocs.influxdata.com/­influxdbmariadb.com/­kb/­en/­librarydocs.stardog.com
DeveloperBrytlytToshiba CorporationMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Stardog-Union
Initial release2016201320132009 infoFork of MySQL, which was first released in 19952010
Current release5.0, August 20235.1, August 20222.7.5, January 202411.3.2, February 20247.3.0, May 2020
License infoCommercial or Open SourcecommercialOpen Source infoAGPL version 3 and Apache License, version 2.0 , commercial license (standard and advanced editions) also availableOpen Source infoMIT-License; commercial enterprise version availableOpen Source infoGPL version 2, commercial enterprise subscription availablecommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/students
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 languageC, C++ and CUDAC++GoC and C++Java
Server operating systemsLinux
OS X
Windows
LinuxLinux
OS X infothrough Homebrew
FreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Linux
macOS
Windows
Data schemeyesyesschema-freeyes infoDynamic columns are supportedschema-free and OWL/RDFS-schema support
Typing infopredefined data types such as float or dateyesyes infonumerical, string, blob, geometry, boolean, timestampNumeric data and Stringsyesyes
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.yes infospecific XML-type available, but no XML query functionality.nonoyesno infoImport/export of XML data possible
Secondary indexesyesyesnoyesyes infosupports real-time indexing in full-text and geospatial
SQL infoSupport of SQLyesSQL92, SQL-like TQL (Toshiba Query Language)SQL-like query languageyes infowith proprietary extensionsYes, compatible with all major SQL variants through dedicated BI/SQL Server
APIs and other access methodsADO.NET
JDBC
native C library
ODBC
streaming API for large objects
JDBC
ODBC
Proprietary protocol
RESTful HTTP/JSON API
HTTP API
JSON over UDP
ADO.NET
JDBC
ODBC
Proprietary native API
GraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Supported programming languages.Net
C
C++
Delphi
Java
Perl
Python
Tcl
C
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
Scala
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
Server-side scripts infoStored proceduresuser defined functions infoin PL/pgSQLnonoyes infoPL/SQL compatibility added with version 10.3user defined functions and aggregates, HTTP Server extensions in Java
Triggersyesyesnoyesyes infovia event handlers
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infoin enterprise version onlyseveral options for horizontal partitioning and Shardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationSource-replica replicationselectable replication factor infoin enterprise version onlyMulti-source replication
Source-replica replication
Multi-source replication in HA-Cluster
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoConnector for using GridDB as an input source and output destination for Hadoop MapReduce jobsnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate consistency within container, eventual consistency across containersImmediate ConsistencyImmediate Consistency in HA-Cluster
Foreign keys infoReferential integrityyesnonoyes infonot for MyISAM storage engineyes inforelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID at container levelnoACID infonot for MyISAM storage engineACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infonot for in-memory storage engineyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoDepending on used storage engineyes infowith MEMORY storage engineyes
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users can be defined per databasesimple rights management via user accountsfine grained access rights according to SQL-standardAccess rights for users and roles
More information provided by the system vendor
BrytlytGridDBInfluxDBMariaDBStardog
Specific characteristicsGridDB is a highly scalable, in-memory time series database optimized for IoT and...
» more
InfluxData is the creator of InfluxDB , the open source time series database. It...
» more
MariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
Competitive advantages1. Optimized for IoT Equipped with Toshiba's proprietary key-container data model...
» more
Time to Value InfluxDB is available in all the popular languages and frameworks,...
» more
MariaDB Servers have many features unavailable in other open source relational databases....
» more
Typical application scenariosFactory IoT, Automative Industry, Energy, BEMS, Smart Community, Monitoring system.
» more
IoT & Sensor Monitoring Developers are witnessing the instrumentation of every available...
» more
Web, SaaS and Cloud operational applications that require high availability, scalability...
» more
Key customersDenso International [see use case ] An Electric Power company [see use case ] Ishinomaki...
» more
InfluxData has more than 1,900 paying customers, including customers include MuleSoft,...
» more
Deutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
Market metricsGitHub trending repository
» more
Fastest-growing database to drive 27,500 GitHub stars Over 750,000 daily active instances
» more
MariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
Licensing and pricing modelsOpen Source license (AGPL v3 & Apache v2) Commercial license (subscription)
» more
Open source core with closed source clustering available either on-premise or on...
» more
MariaDB plc subscriptions cover our free, open source database, Community Server,...
» more
News

Sync Data from InfluxDB v2 to v3 With the Quix Template
8 April 2024

Infrastructure Monitoring Basics: Getting Started with Telegraf, InfluxDB, and Grafana
5 April 2024

Comparing Dates in Java: A Tutorial
3 April 2024

Python ARIMA Tutorial
29 March 2024

Time Series, InfluxDB, and Vector Databases
26 March 2024

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 MariaDB provides a native environment for MariaDB 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
BrytlytGridDBInfluxDBMariaDBStardog
DB-Engines blog posts

Why Build a Time Series Data Platform?
20 July 2017, Paul Dix (guest author)

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

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

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

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

show all

Recent citations in the news

Brytlyt releases version 5.0, introducing a more intuitive, intelligent and flexible analytics platform
1 August 2023, PR Newswire

London data analytics startup Brytlyt raises €4.43M from Amsterdam-based Finch Capital, others
22 December 2021, Silicon Canals

Brytlyt becomes NVIDIA Inception Premier Partner
31 January 2023, PR Newswire

London’s Brytlyt raises €4.4 million for its data analytics and visualisation technology
22 December 2021, EU-Startups

Brytlyt raises £3.8m for '1000x faster analytics'
22 December 2021, BusinessCloud

provided by Google News

General Availability of GridDB® 5.6 Enterprise Edition ~ Equipped with the "site-to-site database replication" function ...
17 April 2024, global.toshiba

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

General Availability of GridDB 5.3 Enterprise Edition ~ Major Enhancement in IoT and Time Series Data Analysis ...
16 May 2023, global.toshiba

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

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

provided by Google News

Run and manage open source InfluxDB databases with Amazon Timestream | Amazon Web Services
14 March 2024, AWS Blog

How the FDAP Stack Gives InfluxDB 3.0 Real-Time Speed, Efficiency
15 March 2024, Datanami

AWS and InfluxData partner to offer managed time series database Timestream for InfluxDB
5 April 2024, VentureBeat

Amazon Timestream: Managed InfluxDB for Time Series Data
14 March 2024, The New Stack

InfluxData Collaborating with AWS to Bring InfluxDB and Time Series Analytics to Developers Around the World
14 March 2024, businesswire.com

provided by Google News

Struggling database company MariaDB could be taken private in $37M deal
19 February 2024, TechCrunch

Can MariaDB’s enterprise business be saved?
21 February 2024, InfoWorld

MariaDB Receives Takeover Bid | DealFlow's SPAC News
29 March 2024, DealFlow's SPAC News

Lender threatens to sweep MariaDB accounts over private equity bid
23 February 2024, The Register

MariaDB (NYSE:MRDB) Shares Up 2.4%
13 April 2024, Defense World

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

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Present your product here