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

DBMS > Manticore Search vs. OceanBase vs. Oracle NoSQL vs. OrientDB vs. Riak KV

System Properties Comparison Manticore Search vs. OceanBase vs. Oracle NoSQL vs. OrientDB vs. Riak KV

Editorial information provided by DB-Engines
NameManticore Search  Xexclude from comparisonOceanBase  Xexclude from comparisonOracle NoSQL  Xexclude from comparisonOrientDB  Xexclude from comparisonRiak KV  Xexclude from comparison
DescriptionMulti-storage database for search, including full-text search.A distributed, high available RDBMS compatible with Oracle and MySQLA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesMulti-model DBMS (Document, Graph, Key/Value)Distributed, fault tolerant key-value store
Primary database modelSearch engineRelational DBMSDocument store
Key-value store
Relational DBMS
Document store
Graph DBMS
Key-value store
Key-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
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.22
Rank#312  Overall
#21  Search engines
Score1.66
Rank#147  Overall
#68  Relational DBMS
Score2.95
Rank#100  Overall
#17  Document stores
#17  Key-value stores
#50  Relational DBMS
Score3.19
Rank#93  Overall
#16  Document stores
#7  Graph DBMS
#14  Key-value stores
Score4.10
Rank#82  Overall
#9  Key-value stores
Websitemanticoresearch.comen.oceanbase.comwww.oracle.com/­database/­nosql/­technologies/­nosqlorientdb.org
Technical documentationmanual.manticoresearch.comen.oceanbase.com/­docs/­oceanbase-databasedocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlwww.orientdb.com/­docs/­last/­index.htmlwww.tiot.jp/­riak-docs/­riak/­kv/­latest
DeveloperManticore SoftwareOceanBase infopreviously Alibaba and Ant GroupOracleOrientDB LTD; CallidusCloud; SAPOpenSource, formerly Basho Technologies
Initial release20172010201120102009
Current release6.0, February 20234.3.0, April 202423.3, December 20233.2.29, March 20243.2.0, December 2022
License infoCommercial or Open SourceOpen Source infoGPL version 2Open Source infoCommercial license availableOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source infoApache version 2Open Source infoApache version 2, commercial enterprise edition
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.
Implementation languageC++C++JavaJavaErlang
Server operating systemsFreeBSD
Linux
macOS
Windows
LinuxLinux
Solaris SPARC/x86
All OS with a Java JDK (>= JDK 6)Linux
OS X
Data schemeFixed schemayesSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.schema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")schema-free
Typing infopredefined data types such as float or dateInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyesoptionalyesno
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.Can index from XMLyesnonono
Secondary indexesyes infofull-text index on all search fieldsyesyesyesrestricted
SQL infoSupport of SQLSQL-like query languageyesSQL-like DML and DDL statementsSQL-like query language, no joinsno
APIs and other access methodsBinary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Proprietary native API
Table API
RESTful HTTP APITinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
HTTP API
Native Erlang Interface
Supported programming languagesElixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
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
C
C#
Go
Java
JavaScript (Node.js)
Python
.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
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 proceduresuser defined functionsPL/SQL in oracle-compatible mode, MySQL Stored Procedure in mysql-compatible modenoJava, JavascriptErlang
TriggersnoyesnoHooksyes infopre-commit hooks and post-commit hooks
Partitioning methods infoMethods for storing different data on different nodesSharding infoPartitioning is done manually, search queries against distributed index is supportedhorizontal partitioning (by hash, key, range, range columns, list, and list columns)ShardingShardingSharding infono "single point of failure"
Replication methods infoMethods for redundantly storing data on multiple nodesSynchronous replication based on Galera libraryMulti-source replication using PaxosElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featureMulti-source replicationselectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonowith Hadoop integrationno infocould be achieved with distributed queriesyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infodepending on configuration
Eventual Consistency
Foreign keys infoReferential integritynoyesnoyes inforelationship in graphsno infolinks between data sets can be stored
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoisolated transactions for atomic changes and binary logging for safe writesACIDconfigurable infoACID within a storage node (=shard)ACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes infoThe original contents of fields are not stored in the Manticore index.yesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infooff heap cache
User concepts infoAccess controlnoAccess rights for users, groups and roles according to SQL-standardAccess rights for users and rolesAccess rights for users and roles; record level security configurableyes, 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
Manticore SearchOceanBaseOracle NoSQLOrientDBRiak KV
DB-Engines blog posts

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

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

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

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

Alibaba's OceanBase distributed database aims at markets outside China
16 August 2022, InfoWorld

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

provided by Google News

OpenWorld 2013: Oracle NoSQL Database On the Rise?
13 December 2023, Channel Futures

Blog Theme - Details
21 August 2023, Oracle

We built a geo-distributed, serverless modern app using the Oracle NoSQL Database Cloud Service
18 November 2021, Oracle

Oracle Defends Relational DBs Against NoSQL Competitors
25 November 2015, eWeek

Oracle Adds New AI-Enabling Features To MySQL HeatWave
23 March 2023, Forbes

provided by Google News

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

HNS IoT Botnet Evolves, Goes Cross-Platform
2 December 2023, Dark Reading

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

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

Basho to Bolster Riak with DB Plug-Ins
5 May 2014, Datanami

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

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

provided by Google News



Share this page

Featured Products

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

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

RaimaDB logo

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

Milvus logo

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

Present your product here