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 > Atos Standard Common Repository vs. Manticore Search vs. Microsoft Azure Data Explorer vs. OpenQM vs. Riak KV

System Properties Comparison Atos Standard Common Repository vs. Manticore Search vs. Microsoft Azure Data Explorer vs. OpenQM vs. Riak KV

Editorial information provided by DB-Engines
NameAtos Standard Common Repository  Xexclude from comparisonManticore Search  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonOpenQM infoalso called QM  Xexclude from comparisonRiak KV  Xexclude from comparison
This system has been discontinued and will be removed from the DB-Engines ranking.
DescriptionHighly scalable database system, designed for managing session and subscriber data in modern mobile communication networksMulti-storage database for search, including full-text search.Fully managed big data interactive analytics platformQpenQM is a high-performance, self-tuning, multi-value DBMSDistributed, fault tolerant key-value store
Primary database modelDocument store
Key-value store
Search engineRelational DBMS infocolumn orientedMultivalue DBMSKey-value store infowith links between data sets and object tags for the creation of secondary indexes
Secondary database modelsTime Series DBMS infousing the Manticore Columnar LibraryDocument 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.22
Rank#312  Overall
#21  Search engines
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score0.27
Rank#298  Overall
#10  Multivalue DBMS
Score4.10
Rank#82  Overall
#9  Key-value stores
Websiteatos.net/en/convergence-creators/portfolio/standard-common-repositorymanticoresearch.comazure.microsoft.com/­services/­data-explorerwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qm
Technical documentationmanual.manticoresearch.comdocs.microsoft.com/­en-us/­azure/­data-explorerwww.tiot.jp/­riak-docs/­riak/­kv/­latest
DeveloperAtos Convergence CreatorsManticore SoftwareMicrosoftRocket Software, originally Martin PhillipsOpenSource, formerly Basho Technologies
Initial release20162017201919932009
Current release17036.0, February 2023cloud service with continuous releases3.4-123.2.0, December 2022
License infoCommercial or Open SourcecommercialOpen Source infoGPL version 2commercialOpen Source infoGPLv2, extended commercial license availableOpen Source infoApache version 2, commercial enterprise edition
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 languageJavaC++Erlang
Server operating systemsLinuxFreeBSD
Linux
macOS
Windows
hostedAIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
Linux
OS X
Data schemeSchema and schema-less with LDAP viewsFixed schemaFixed schema with schema-less datatypes (dynamic)yes infowith some exceptionsschema-free
Typing infopredefined data types such as float or dateoptionalInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesno
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.yesCan index from XMLyesyesno
Secondary indexesyesyes infofull-text index on all search fieldsall fields are automatically indexedyesrestricted
SQL infoSupport of SQLnoSQL-like query languageKusto Query Language (KQL), SQL subsetnono
APIs and other access methodsLDAPBinary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
HTTP API
Native Erlang Interface
Supported programming languagesAll languages with LDAP bindingsElixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
Basic
C
Java
Objective C
PHP
Python
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
Server-side scripts infoStored proceduresnouser defined functionsYes, possible languages: KQL, Python, RyesErlang
Triggersyesnoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyesyes infopre-commit hooks and post-commit hooks
Partitioning methods infoMethods for storing different data on different nodesSharding infocell divisionSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding infoImplicit feature of the cloud serviceyesSharding infono "single point of failure"
Replication methods infoMethods for redundantly storing data on multiple nodesyesSynchronous replication based on Galera libraryyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.yesselectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoSpark connector (open source): github.com/­Azure/­azure-kusto-sparknoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationEventual Consistency
Immediate Consistency
Immediate ConsistencyEventual Consistency
Foreign keys infoReferential integritynonononono infolinks between data sets can be stored
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of specific operationsyes infoisolated transactions for atomic changes and binary logging for safe writesnoACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes infoThe original contents of fields are not stored in the Manticore index.yesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesno
User concepts infoAccess controlLDAP bind authenticationnoAzure Active Directory AuthenticationAccess rights can be defined down to the item levelyes, using Riak Security

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

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

More resources
Atos Standard Common RepositoryManticore SearchMicrosoft Azure Data ExplorerOpenQM infoalso called QMRiak KV
Recent citations in the news

Integrating Manticore Search with Apache Superset
8 August 2023, hackernoon.com

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

Google's Gemini comes to databases
9 April 2024, Yahoo Canada Shine On

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

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

provided by Google News

Public Preview: Azure Data Explorer connector for Apache Flink | Azure updates
8 January 2024, Microsoft

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

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

Introducing Microsoft Fabric: The data platform for the era of AI | Microsoft Azure Blog
23 May 2023, Microsoft

Microsoft Introduces Azure Integration Environments and Business Process Tracking in Public Preview
23 November 2023, InfoQ.com

provided by Google News

Basho Revamps Riak Open-Source Database
22 September 2023, InformationWeek

Basho, Maker of Riak NoSQL Database, Raises $25M
13 January 2015, Data Center Knowledge

A Critique of Resizable Hash Tables: Riak Core & Random Slicing
26 August 2018, InfoQ.com

Riak NoSQL snapped up by Bet365
12 September 2017, ComputerWeekly.com

NoSQL pioneer Basho stamps its mark on time stamp data with Riak TS
6 October 2015, 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

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

Neo4j logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here