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 > Alibaba Cloud Table Store vs. Faircom EDGE vs. FatDB vs. Manticore Search vs. MariaDB

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

Editorial information provided by DB-Engines
NameAlibaba Cloud Table Store  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonFatDB  Xexclude from comparisonManticore Search  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 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.Multi-storage database for search, including full-text search.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 storeKey-value store
Relational DBMS
Document store
Key-value store
Search engineRelational DBMS
Secondary database modelsTime Series DBMS infousing the Manticore Columnar LibraryDocument 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
Score0.03
Rank#380  Overall
#59  Key-value stores
#157  Relational DBMS
Score0.23
Rank#317  Overall
#21  Search engines
Score93.81
Rank#13  Overall
#9  Relational DBMS
Websitewww.alibabacloud.com/­product/­table-storewww.faircom.com/­products/­faircom-edgemanticoresearch.commariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
Technical documentationwww.alibabacloud.com/­help/­en/­tablestoredocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlmanual.manticoresearch.commariadb.com/­kb/­en/­library
DeveloperAlibabaFairCom CorporationFatCloudManticore SoftwareMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Initial release20161979201220172009 infoFork of MySQL, which was first released in 1995
Current releaseV3, October 20206.0, February 202311.3.2, February 2024
License infoCommercial or Open Sourcecommercialcommercial infoRestricted, free version availablecommercialOpen Source infoGPL version 2Open 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.
Implementation languageANSI C, C++C#C++C and C++
Server operating systemshostedAndroid
Linux infoARM, x86
Raspbian
Windows
WindowsFreeBSD
Linux
macOS
Windows
FreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Data schemeschema-freeFlexible Schema (defined schema, partial schema, schema free)schema-freeFixed schemayes infoDynamic columns are supported
Typing infopredefined data types such as float or dateyesyes, ANSI Standard SQL TypesyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyes
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.noyesCan index from XMLyes
Secondary indexesnoyesyesyes infofull-text index on all search fieldsyes
SQL infoSupport of SQLnoyes infoANSI SQL queriesno infoVia inetgration in SQL ServerSQL-like query languageyes infowith proprietary extensions
APIs and other access methodsHTTP APIADO.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
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesJava
Python
C
C#
C++
Java
JavaScript
PHP
Python
VB.Net
C#Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
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 proceduresnoyes info.Net, JavaScript, C/C++yes infovia applicationsuser defined functionsyes infoPL/SQL compatibility added with version 10.3
Triggersnoyesyes infovia applicationsnoyes
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceFile partitioning infoCustomizable business rules for partitioningShardingSharding infoPartitioning is done manually, search queries against distributed index is supportedseveral options for horizontal partitioning and Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud serviceyes infoSynchronous and asynchronous realtime replication based on transaction logsselectable replication factorSynchronous replication based on Galera libraryMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency
Tunable Consistency
Eventual Consistency
Immediate Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyes infowhen using SQLnonoyes infonot for MyISAM storage engine
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic single-row operationsACIDnoyes infoisolated transactions for atomic changes and binary logging for safe writesACID infonot for MyISAM storage engine
Concurrency infoSupport for concurrent manipulation of datayesyes infoacross SQL and NoSQLyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infoThe original contents of fields are not stored in the Manticore index.yes 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.noyesyes infowith MEMORY storage engine
User concepts infoAccess controlAccess rights based on subaccounts and tokensFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.no infoCan implement custom security layer via applicationsnofine grained access rights according to SQL-standard
More information provided by the system vendor
Alibaba Cloud Table StoreFaircom EDGE infoformerly c-treeEDGEFatDBManticore SearchMariaDB
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» 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
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» 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
Alibaba Cloud Table StoreFaircom EDGE infoformerly c-treeEDGEFatDBManticore SearchMariaDB
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

Apache Software Foundation Announces New Top-Level Project Apache® Paimon
16 April 2024, GlobeNewswire

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

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

Vector Search in Databases: FOSDEM's Presentation on Manticore Vector Search
21 February 2024, hackernoon.com

Comparing Meilisearch and Manticore Search Using Key Benchmarks
2 May 2023, hackernoon.com

Clickhouse vs Elasticsearch vs Manticore Search Query Times With a 1.7B NYC Taxi Rides Benchmark
1 June 2022, hackernoon.com

8 Google Alternatives: How to Search Crypto, the Dark Web, More
1 February 2023, Gizmodo

TF-IDF in a nutshell. Understanding TF-IDF evolution in 5… | by Sergey Nikolaev
13 April 2020, Towards Data Science

provided by Google News

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

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

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

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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.

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