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

DBMS > Datastax Enterprise vs. Manticore Search vs. Memgraph vs. OceanBase vs. OpenQM

System Properties Comparison Datastax Enterprise vs. Manticore Search vs. Memgraph vs. OceanBase vs. OpenQM

Editorial information provided by DB-Engines
NameDatastax Enterprise  Xexclude from comparisonManticore Search  Xexclude from comparisonMemgraph  Xexclude from comparisonOceanBase  Xexclude from comparisonOpenQM infoalso called QM  Xexclude from comparison
DescriptionDataStax Enterprise (DSE) is the always-on, scalable data platform built on Apache Cassandra and designed for hybrid Cloud. DSE integrates graph, search, analytics, administration, developer tooling, and monitoring into a unified platform.Multi-storage database for search, including full-text search.An open source graph database built for real-time streaming and compatible with Neo4jA distributed, high available RDBMS compatible with Oracle and MySQLQpenQM is a high-performance, self-tuning, multi-value DBMS
Primary database modelWide column storeSearch engineGraph DBMSRelational DBMSMultivalue DBMS
Secondary database modelsDocument store
Graph DBMS
Spatial DBMS
Search engine
Vector DBMS
Time Series DBMS infousing the Manticore Columnar LibraryDocument store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score5.80
Rank#60  Overall
#4  Wide column stores
Score0.22
Rank#312  Overall
#21  Search engines
Score3.02
Rank#98  Overall
#8  Graph DBMS
Score1.66
Rank#147  Overall
#68  Relational DBMS
Score0.27
Rank#298  Overall
#10  Multivalue DBMS
Websitewww.datastax.com/­products/­datastax-enterprisemanticoresearch.commemgraph.comen.oceanbase.comwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qm
Technical documentationdocs.datastax.commanual.manticoresearch.commemgraph.com/­docsen.oceanbase.com/­docs/­oceanbase-database
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperDataStaxManticore SoftwareMemgraph LtdOceanBase infopreviously Alibaba and Ant GroupRocket Software, originally Martin Phillips
Initial release20112017201720101993
Current release6.8, April 20206.0, February 20234.3.0, April 20243.4-12
License infoCommercial or Open SourcecommercialOpen Source infoGPL version 2Open Source infoBSL 1.1; commercial license for enterprise edition availableOpen Source infoCommercial license availableOpen Source infoGPLv2, extended commercial license available
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.
Datastax Astra DB: Astra DB simplifies cloud-native Cassandra application development for your apps, microservices and functions. Deploy in minutes on AWS, Google Cloud, Azure, and have it managed for you by the experts, with serverless, pay-as-you-go pricing.
Implementation languageJavaC++C and C++C++
Server operating systemsLinux
OS X
FreeBSD
Linux
macOS
Windows
LinuxLinuxAIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
Data schemeschema-freeFixed schemaschema-free and schema-optionalyesyes infowith some exceptions
Typing infopredefined data types such as float or dateyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyesyes
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.noCan index from XMLnoyesyes
Secondary indexesyesyes infofull-text index on all search fieldsyesyes
SQL infoSupport of SQLSQL-like DML and DDL statements (CQL); Spark SQLSQL-like query languagenoyesno
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language)
TinkerPop Gremlin infowith DSE Graph
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
Bolt protocol
Cypher query language
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Proprietary native API
Table API
Supported programming languagesC
C#
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
Ada infoin MySQL-compatible model
C infoin Oracle- and MySQL- compatible models
C++ infoin Oracle- and MySQL- compatible models
D infoin MySQL-compatible model
Delphi infoin MySQL-compatible model
Eiffel infoin MySQL-compatible model
Erlang infoin MySQL-compatible model
Haskell infoin MySQL-compatible model
Java infoin Oracle- and MySQL- compatible models
JavaScript (Node.js) infoin MySQL-compatible model
Objective-C infoin MySQL-compatible model
OCaml infoin MySQL-compatible model
Perl infoin MySQL-compatible model
PHP infoin MySQL-compatible model
Python infoin MySQL-compatible model
Ruby infoin MySQL-compatible model
Scheme infoin MySQL-compatible model
Tcl infoin MySQL-compatible model
.Net
Basic
C
Java
Objective C
PHP
Python
Server-side scripts infoStored proceduresnouser defined functionsPL/SQL in oracle-compatible mode, MySQL Stored Procedure in mysql-compatible modeyes
Triggersyesnoyesyes
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"Sharding infoPartitioning is done manually, search queries against distributed index is supportedSharding infodynamic graph partitioninghorizontal partitioning (by hash, key, range, range columns, list, and list columns)yes
Replication methods infoMethods for redundantly storing data on multiple nodesconfigurable replication factor, datacenter aware, advanced replication for edge computingSynchronous replication based on Galera libraryMulti-source replication using RAFTMulti-source replication using Paxosyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency
Tunable Consistency infoconsistency level can be individually decided with each write operation
Immediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonoyes inforelationships in graphsyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsyes infoisolated transactions for atomic changes and binary logging for safe writesACID infowith snapshot isolationACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentyesyes infoThe original contents of fields are not stored in the Manticore index.yes infowith periodic snapshot and write-ahead logging (WAL) of changesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes
User concepts infoAccess controlAccess rights for users can be defined per objectnoUsers, roles and permissionsAccess rights for users, groups and roles according to SQL-standardAccess rights can be defined down to the item level
More information provided by the system vendor
Datastax EnterpriseManticore SearchMemgraphOceanBaseOpenQM infoalso called QM
Specific characteristicsDataStax Enterprise is scale-out data infrastructure for enterprises that need to...
» more
Memgraph directly connects to your streaming infrastructure so you and your team...
» more
OceanBase Database is the world’s only native distributed database that has set new...
» more
Competitive advantagesSupporting the following application requirements: Zero downtime - Built on Apache...
» more
Business Source License ensures a future for the Memgraph community MAGE algorithm...
» more
High Availability : The five IDCs across three sites disaster recovery solution sets...
» more
Typical application scenariosApplications that must be massively and linearly scalable with 100% uptime and able...
» more
Graph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
Key customersCapital One, Cisco, Comcast, eBay, McDonald's, Microsoft, Safeway, Sony, UBS, and...
» more
OceanBase Database has helped over 400 customers across industries upgrade their...
» more
Market metricsAmong the Forbes 100 Most Innovative Companies, DataStax is trusted by 5 of the top...
» more
TPC-C No.1 Performance , achieved a result of 707.35 million tpmC in the TPC-C benchmark...
» more
Licensing and pricing modelsAnnual subscription
» more
You can check out our pricing model and licenses on the company website .
» more
Mulan PubL v2 license for open source community edition. Commercial license for enterprise...
» 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

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

More resources
Datastax EnterpriseManticore SearchMemgraphOceanBaseOpenQM infoalso called QM
Recent citations in the news

DataStax previews new Hyper Converged Data Platform for enterprise AI
15 May 2024, VentureBeat

DataStax Launches New Hyper-Converged Data Platform Giving Enterprises the Complete Modern Data Center Suite ...
15 May 2024, businesswire.com

DataStax Rolls Out Vector Search for Astra DB to Support Gen AI
19 July 2023, EnterpriseAI

DataStax announces vector search capabilities in its on-prem Apache Cassandra database
8 August 2023, SDTimes.com

DataStax goes vector searching with Astra DB – Blocks and Files
20 July 2023, Blocks & Files

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

8 Powerful Alternatives to Elasticsearch
25 April 2024, Insider Monkey

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

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

provided by Google News

Enhance Your Network with the Power of a Graph DB
4 May 2024, Towards Data Science

Graph database company Memgraph raises $9.34M
5 October 2021, VentureBeat

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

Croatian graph database startup Memgraph raises €8M with Microsoft as key investor, plans to boost R&D
20 October 2021, The Recursive

Making Your Own Memory Graph To Detect Memory Issues On iOS
13 April 2021, hackernoon.com

provided by Google News

OceanBase Inks Agreement with NTU Singapore in Database Optimization and Green Computing Advancements
31 January 2024, PR Newswire

Ant Group Will Cut Foreign Investors Out of Fast-Growing Database Business
22 August 2023, The Information

How Southeast Asia's Leading e-Wallets Saved Up to 40% in Database Costs - Fintech Singapore
25 March 2024, Fintech News Singapore

Haidilao’s 6-step recipe for successful digital transformation with OceanBase
4 August 2023, Tech in Asia

Alibaba's OceanBase distributed database aims at markets outside China
16 August 2022, 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

RaimaDB logo

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

Neo4j logo

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

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

Present your product here