DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Cachelot.io vs. Faircom DB vs. Microsoft Azure Data Explorer vs. Percona Server for MongoDB vs. RocksDB

System Properties Comparison Cachelot.io vs. Faircom DB vs. Microsoft Azure Data Explorer vs. Percona Server for MongoDB vs. RocksDB

Editorial information provided by DB-Engines
NameCachelot.io  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparisonRocksDB  Xexclude from comparison
DescriptionIn-memory caching systemNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Fully managed big data interactive analytics platformA drop-in replacement for MongoDB Community Edition with enterprise-grade features.Embeddable persistent key-value store optimized for fast storage (flash and RAM)
Primary database modelKey-value storeKey-value store
Relational DBMS
Relational DBMS infocolumn orientedDocument storeKey-value store
Secondary database modelsDocument store infoIf a column is of type dynamic docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types/­dynamic then it's possible to add arbitrary JSON documents in this cell
Event Store infothis is the general usage pattern at Microsoft. Billing, Logs, Telemetry events are stored in ADX and the state of an individual entity is defined by the arg_max(timestamps)
Spatial DBMS
Search engine infosupport for complex search expressions docs.microsoft.com/­en-us/­azure/­kusto/­query/­parseoperator FTS, Geospatial docs.microsoft.com/­en-us/­azure/­kusto/­query/­geo-point-to-geohash-function distributed search -> ADX acts as a distributed search engine
Time Series DBMS infosee docs.microsoft.com/­en-us/­azure/­data-explorer/­time-series-analysis
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.00
Rank#396  Overall
#64  Key-value stores
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score5.16
Rank#69  Overall
#37  Relational DBMS
Score0.55
Rank#253  Overall
#39  Document stores
Score4.00
Rank#84  Overall
#11  Key-value stores
Websitecachelot.iowww.faircom.com/­products/­faircom-dbazure.microsoft.com/­services/­data-explorerwww.percona.com/­mongodb/­software/­percona-server-for-mongodbrocksdb.org
Technical documentationdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmldocs.microsoft.com/­en-us/­azure/­data-explorerdocs.percona.com/­percona-distribution-for-mongodbgithub.com/­facebook/­rocksdb/­wiki
DeveloperFairCom CorporationMicrosoftPerconaFacebook, Inc.
Initial release20151979201920152013
Current releaseV12, November 2020cloud service with continuous releases3.4.10-2.10, November 20178.11.4, April 2024
License infoCommercial or Open SourceOpen Source infoSimplified BSD Licensecommercial infoRestricted, free version availablecommercialOpen Source infoGPL Version 2Open Source infoBSD
Cloud-based only infoOnly available as a cloud servicenonoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++ANSI C, C++C++C++
Server operating systemsFreeBSD
Linux
OS X
AIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
hostedLinuxLinux
Data schemeschema-freeschema free, schema optional, schema required, partial schema,Fixed schema with schema-less datatypes (dynamic)schema-freeschema-free
Typing infopredefined data types such as float or datenoyes, ANSI SQL Types, JSON, typed binary structuresyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyesno
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.nonoyesnono
Secondary indexesnoyesall fields are automatically indexedyesno
SQL infoSupport of SQLnoyes, ANSI SQL with proprietary extensionsKusto Query Language (KQL), SQL subsetnono
APIs and other access methodsMemcached protocolADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
proprietary protocol using JSONC++ API
Java API
Supported programming languages.Net
C
C++
ColdFusion
Erlang
Java
Lisp
Lua
OCaml
OCaml
Perl
PHP
Python
Ruby
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Actionscript
C
C#
C++
Clojure
ColdFusion
D
Dart
Delphi
Erlang
Go
Groovy
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Scala
Smalltalk
C
C++
Go
Java
Perl
Python
Ruby
Server-side scripts infoStored proceduresnoyes info.Net, JavaScript, C/C++Yes, possible languages: KQL, Python, RJavaScriptno
Triggersnoyesyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyno
Partitioning methods infoMethods for storing different data on different nodesnoneFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningSharding infoImplicit feature of the cloud serviceShardinghorizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).yes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-replica replicationyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoSpark connector (open source): github.com/­Azure/­azure-kusto-sparkyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Eventual Consistency
Immediate Consistency
Eventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyesnonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanotunable from ACID to Eventually Consistentnonoyes
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentnoYes, tunable from durable to delayed durability to in-memoryyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesnoyes infovia In-Memory Engineyes
User concepts infoAccess controlnoFine grained access rights according to SQL-standard with additional protections for filesAzure Active Directory AuthenticationAccess rights for users and rolesno

More information provided by the system vendor

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 partiesSpeedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
Cachelot.ioFaircom DB infoformerly c-treeACEMicrosoft Azure Data ExplorerPercona Server for MongoDBRocksDB
Recent citations in the news

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

provided by Google News

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, Microsoft

Providing modern data transfer and storage service at Microsoft with Microsoft Azure - Inside Track Blog
13 July 2023, Microsoft

General availability: New KQL function to enrich your data analysis with geographic context | Azure updates
6 June 2023, Microsoft

What is Microsoft Fabric? A big tech stack for big data
9 February 2024, InfoWorld

Public Preview: Azure Cosmos DB to Azure Data Explorer Synapse Link | Azure updates
9 January 2023, Microsoft

provided by Google News

5 Reasons to Run MongoDB on Kubernetes
6 March 2024, The New Stack

FerretDB goes GA: Gives you MongoDB, without the MongoDB...
15 May 2023, The Stack

How to Plan Your MongoDB Upgrade
29 January 2024, The New Stack

Percona launches management system aimed at open-source databases
17 May 2022, The Register

Percona Platform aims to boost open source database support
17 May 2022, TechTarget

provided by Google News

Did Rockset Just Solve Real-Time Analytics?
25 August 2021, Datanami

Pliops Unveils Accelerated Key-Value Store That Boosts RocksDB Performance by 20x at OCP Global Summit
18 October 2022, GlobeNewswire

Meta’s Velox Means Database Performance Is Not Subject To Interpretation
31 August 2022, The Next Platform

Intel Linux Optimizations Help AMD EPYC "Genoa" Improve Scaling To 384 Threads
6 April 2023, Phoronix

Linux 6.9 Drives AMD 4th Gen EPYC Performance Even Higher For Some Workloads
29 March 2024, Phoronix

provided by Google News



Share this page

Featured Products

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
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.

Neo4j logo

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

Milvus logo

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

Present your product here