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 > Blueflood vs. Faircom EDGE vs. LevelDB vs. MariaDB vs. YugabyteDB

System Properties Comparison Blueflood vs. Faircom EDGE vs. LevelDB vs. MariaDB vs. YugabyteDB

Editorial information provided by DB-Engines
NameBlueflood  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonLevelDB  Xexclude from comparisonMariaDB  Xexclude from comparisonYugabyteDB  Xexclude from comparison
DescriptionScalable TimeSeries DBMS based on CassandraFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsEmbeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesMySQL 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.High-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelTime Series DBMSKey-value store
Relational DBMS
Key-value storeRelational DBMSRelational DBMS
Secondary database modelsDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Document store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.09
Rank#353  Overall
#33  Time Series DBMS
Score0.03
Rank#380  Overall
#59  Key-value stores
#157  Relational DBMS
Score2.75
Rank#107  Overall
#19  Key-value stores
Score93.81
Rank#13  Overall
#9  Relational DBMS
Score3.11
Rank#99  Overall
#51  Relational DBMS
Websiteblueflood.iowww.faircom.com/­products/­faircom-edgegithub.com/­google/­leveldbmariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.yugabyte.com
Technical documentationgithub.com/­rax-maas/­blueflood/­wikidocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mdmariadb.com/­kb/­en/­librarydocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
DeveloperRackspaceFairCom CorporationGoogleMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Yugabyte Inc.
Initial release2013197920112009 infoFork of MySQL, which was first released in 19952017
Current releaseV3, October 20201.23, February 202111.3.2, February 20242.19, September 2023
License infoCommercial or Open SourceOpen Source infoApache 2.0commercial infoRestricted, free version availableOpen Source infoBSDOpen Source infoGPL version 2, commercial enterprise subscription availableOpen Source infoApache 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.
YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
Implementation languageJavaANSI C, C++C++C and C++C and C++
Server operating systemsLinux
OS X
Android
Linux infoARM, x86
Raspbian
Windows
Illumos
Linux
OS X
Windows
FreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Linux
OS X
Data schemepredefined schemeFlexible Schema (defined schema, partial schema, schema free)schema-freeyes infoDynamic columns are supporteddepending on used data model
Typing infopredefined data types such as float or dateyesyes, ANSI Standard SQL Typesnoyesyes
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.noyesnoyesno
Secondary indexesnoyesnoyesyes
SQL infoSupport of SQLnoyes infoANSI SQL queriesnoyes infowith proprietary extensionsyes, PostgreSQL compatible
APIs and other access methodsHTTP RESTADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
ADO.NET
JDBC
ODBC
Proprietary native API
JDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Supported programming languagesC
C#
C++
Java
JavaScript
PHP
Python
VB.Net
C++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresnoyes info.Net, JavaScript, C/C++noyes infoPL/SQL compatibility added with version 10.3yes infosql, plpgsql, C
Triggersnoyesnoyesyes
Partitioning methods infoMethods for storing different data on different nodesSharding infobased on CassandraFile partitioning infoCustomizable business rules for partitioningnoneseveral options for horizontal partitioning and ShardingHash and Range Sharding, row-level geo-partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infobased on Cassandrayes infoSynchronous and asynchronous realtime replication based on transaction logsnoneMulti-source replication
Source-replica replication
Based on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Immediate Consistency
Tunable Consistency
Immediate ConsistencyImmediate ConsistencyStrong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integritynoyes infowhen using SQLnoyes infonot for MyISAM storage engineyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDnoACID infonot for MyISAM storage engineDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayesyes infoacross SQL and NoSQLyesyesyes
Durability infoSupport for making data persistentyesyesyes infowith automatic compression on writesyes infonot for in-memory storage engineyes infobased on RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes infowith MEMORY storage engineno
User concepts infoAccess controlnoFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.nofine grained access rights according to SQL-standardyes
More information provided by the system vendor
BluefloodFaircom EDGE infoformerly c-treeEDGELevelDBMariaDBYugabyteDB
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
YugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
PostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
Systems of record and engagement for cloud native applications that require resilience,...
» more
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» more
Apache 2.0 license for the database
» 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 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
BluefloodFaircom EDGE infoformerly c-treeEDGELevelDBMariaDBYugabyteDB
DB-Engines blog posts

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

Data Technology Company FairCom Expands The Edge with 2 New Releases of its Edge Computing Products
19 April 2023, Yahoo Finance

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

Brokers, Protocols, Platform Move Manufacturing Data
26 July 2023, EE Times

Winners of the 2021 IoT Evolution Product of the Year Awards Announced
6 July 2021, IoT Evolution World

Trend-Setting Products in Data and Information Management for 2023
8 December 2022, Database Trends and Applications

provided by Google News

LevelDB in Ruby — SitePoint
22 October 2014, SitePoint

Microsoft Teams stores auth tokens as cleartext in Windows, Linux, Macs
14 September 2022, BleepingComputer

Pliops unveils XDP-Rocks for RocksDB – Blocks and Files
19 October 2022, Blocks & Files

XanMod, Liquorix Kernels Offer Some Advantages On AMD Ryzen 5 Notebook
26 July 2021, Phoronix

Rust-Based Info Stealers Abuse GitHub Codespaces
19 May 2023, Trend Micro

provided by Google News

Progress outbids private equity in offer for MariaDB plc
28 March 2024, The Register

RECOMMENDED CASH OFFER for MARIADB plc by MERIDIAN BIDCO LLC which is an Affiliate of K1 INVESTMENT ...
24 April 2024, PR Newswire

Azure Database for MariaDB will be retired on 19 September 2025 – Migrate to Azure Database for MySQL Flexible ...
22 September 2023, azure.microsoft.com

Progress Software Confirms Bid to Acquire MariaDB
26 March 2024, The Wall Street Journal

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

provided by Google News

Yugabyte Achieves PCI DSS Level 1 Compliance, Validating Secure and Scalable Distributed PostgreSQL for ...
14 March 2024, Business Wire

Yugabyte Embraces 'No Downtime, No Limits,' as the Theme of the Upcoming Distributed SQL Summit Asia
17 April 2024, Yahoo Finance

Yugabyte announced details and theme for Distributed SQL Summit Asia
18 April 2024, Martechcube

YugabyteDB Becomes First Distributed SQL Database Vendor to Complete CIS Benchmark
1 February 2024, Datanami

The surprising link between Formula One and enterprise PostgreSQL optimisation
28 March 2024, The Stack

provided by Google News



Share this page

Featured Products

SingleStore logo

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

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

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.

Milvus logo

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

Neo4j logo

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

Present your product here