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

DBMS > Alibaba Cloud Table Store vs. Cassandra vs. Faircom EDGE vs. FatDB vs. MariaDB

System Properties Comparison Alibaba Cloud Table Store vs. Cassandra vs. Faircom EDGE vs. FatDB vs. MariaDB

Editorial information provided by DB-Engines
NameAlibaba Cloud Table Store  Xexclude from comparisonCassandra  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonFatDB  Xexclude from comparisonMariaDB  Xexclude from comparison
FatDB/FatCloud has ceased operations as a company with February 2014. FatDB is discontinued and excluded from the ranking.
DescriptionA fully managed Wide Column Store for large quantities of semi-structured data with real-time accessWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsA .NET NoSQL DBMS that can integrate with and extend SQL Server.MySQL 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.
Primary database modelWide column storeWide column storeKey-value store
Relational DBMS
Document store
Key-value store
Relational DBMS
Secondary database modelsVector DBMS infostarting with release V5Document store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.24
Rank#310  Overall
#12  Wide column stores
Score103.86
Rank#12  Overall
#1  Wide column stores
Score0.03
Rank#380  Overall
#59  Key-value stores
#157  Relational DBMS
Score93.81
Rank#13  Overall
#9  Relational DBMS
Websitewww.alibabacloud.com/­product/­table-storecassandra.apache.orgwww.faircom.com/­products/­faircom-edgemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
Technical documentationwww.alibabacloud.com/­help/­en/­tablestorecassandra.apache.org/­doc/­latestdocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlmariadb.com/­kb/­en/­library
DeveloperAlibabaApache Software Foundation infoApache top level project, originally developped by FacebookFairCom CorporationFatCloudMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Initial release20162008197920122009 infoFork of MySQL, which was first released in 1995
Current release4.1.3, July 2023V3, October 202011.3.2, February 2024
License infoCommercial or Open SourcecommercialOpen Source infoApache version 2commercial infoRestricted, free version availablecommercialOpen Source infoGPL version 2, commercial enterprise subscription available
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.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.
Implementation languageJavaANSI C, C++C#C and C++
Server operating systemshostedBSD
Linux
OS X
Windows
Android
Linux infoARM, x86
Raspbian
Windows
WindowsFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Data schemeschema-freeschema-freeFlexible Schema (defined schema, partial schema, schema free)schema-freeyes infoDynamic columns are supported
Typing infopredefined data types such as float or dateyesyesyes, ANSI Standard SQL Typesyesyes
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.nonoyesyes
Secondary indexesnorestricted infoonly equality queries, not always the best performing solutionyesyesyes
SQL infoSupport of SQLnoSQL-like SELECT, DML and DDL statements (CQL)yes infoANSI SQL queriesno infoVia inetgration in SQL Serveryes infowith proprietary extensions
APIs and other access methodsHTTP APIProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
ADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
.NET Client API
LINQ
RESTful HTTP API
RPC
Windows WCF Bindings
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesJava
Python
C#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
C
C#
C++
Java
JavaScript
PHP
Python
VB.Net
C#Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresnonoyes info.Net, JavaScript, C/C++yes infovia applicationsyes infoPL/SQL compatibility added with version 10.3
Triggersnoyesyesyes infovia applicationsyes
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceSharding infono "single point of failure"File partitioning infoCustomizable business rules for partitioningShardingseveral options for horizontal partitioning and Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud serviceselectable replication factor infoRepresentation of geographical distribution of servers is possibleyes infoSynchronous and asynchronous realtime replication based on transaction logsselectable replication factorMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate Consistency
Tunable Consistency
Eventual Consistency
Immediate Consistency
Immediate Consistency
Foreign keys infoReferential integritynonoyes infowhen using SQLnoyes infonot for MyISAM storage engine
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic single-row operationsno infoAtomicity and isolation are supported for single operationsACIDnoACID infonot for MyISAM storage engine
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoacross SQL and NoSQLyesyes
Durability infoSupport for making data persistentyesyesyesyesyes infonot for in-memory storage engine
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesyes infowith MEMORY storage engine
User concepts infoAccess controlAccess rights based on subaccounts and tokensAccess rights for users can be defined per objectFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.no infoCan implement custom security layer via applicationsfine grained access rights according to SQL-standard
More information provided by the system vendor
Alibaba Cloud Table StoreCassandraFaircom EDGE infoformerly c-treeEDGEFatDBMariaDB
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
MariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
MariaDB Servers have many features unavailable in other open source relational databases....
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
Web, SaaS and Cloud operational applications that require high availability, scalability...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Deutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
Market metricsCassandra is used by 40% of the Fortune 100.
» more
MariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
MariaDB plc subscriptions cover our free, open source database, Community Server,...
» more
News

Simplifying Agent Development with Astra DB Connector for Vertex AI Search
11 April 2024

Making Astra DB easier for MongoDB developers
10 April 2024

Empowering Enterprise GenAI: Announcing Luna for RAGStack
10 April 2024

Gemini Code Assist + Astra DB: Build Generative AI Apps Faster
10 April 2024

DataStax Unveils Vertex AI Extension: Empowering LLMs with Direct Astra DB Access
9 April 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 partiesCassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more
Navicat 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
Alibaba Cloud Table StoreCassandraFaircom EDGE infoformerly c-treeEDGEFatDBMariaDB
DB-Engines blog posts

Cassandra keeps climbing the ranks of the DB-Engines Ranking
3 May 2016, Matthias Gelbmann

Oracle is the DBMS of the Year
5 January 2016, Paul Andlinger, Matthias Gelbmann

Winners, losers and an attractive newcomer in Novembers DB-Engines ranking
2 November 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

Gartner’s Magic Quadrant for Cloud Database Management Systems
9 December 2020, CRN

Top data analytics tools comparison: Alibaba Cloud, AWS, Azure, Google Cloud, IBM
5 December 2019, Wire19

25 Best Cloud Service Providers (Public and Private) in 2024
4 June 2023, CybersecurityNews

provided by Google News

Here's What to Know About Apache Cassandra 5.0
16 April 2024, hackernoon.com

What Is Cassandra? Working, Features, and Uses - Spiceworks
17 August 2023, Spiceworks News and Insights

How Uber Optimized Cassandra Operations At Scale
20 July 2023, Uber

Cassandra is the “best f*cking database for gen AI,” says DataStax CEO
13 December 2023, VentureBeat

Microsoft extends life support for aging Apache Cassandra 3.11 database
10 October 2023, The Register

provided by Google 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

World's First Converged IIoT Hub to be Showcased at IoT Tech Expo
3 September 2021, Automation.com

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

provided by Google News

Form 8.1 Opening Position Disclosure (MariaDB plc)
10 April 2024, Yahoo Finance

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

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

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

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

provided by Google News



Share this page

Featured Products

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

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.

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

Present your product here