DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Cubrid vs. mSQL vs. Oracle Coherence vs. PouchDB vs. Sphinx

System Properties Comparison Cubrid vs. mSQL vs. Oracle Coherence vs. PouchDB vs. Sphinx

Editorial information provided by DB-Engines
NameCubrid  Xexclude from comparisonmSQL infoMini SQL  Xexclude from comparisonOracle Coherence  Xexclude from comparisonPouchDB  Xexclude from comparisonSphinx  Xexclude from comparison
DescriptionCUBRID is an open-source SQL-based relational database management system with object extensions for OLTPmSQL (Mini SQL) is a simple and lightweight RDBMSOracles in-memory data grid solutionJavaScript DBMS with an API inspired by CouchDBOpen source search engine for searching in data from different sources, e.g. relational databases
Primary database modelRelational DBMSRelational DBMSKey-value storeDocument storeSearch engine
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.44
Rank#168  Overall
#77  Relational DBMS
Score1.41
Rank#170  Overall
#78  Relational DBMS
Score2.32
Rank#126  Overall
#23  Key-value stores
Score2.70
Rank#114  Overall
#22  Document stores
Score6.06
Rank#61  Overall
#6  Search engines
Websitecubrid.com (korean)
cubrid.org (english)
hughestech.com.au/­products/­msqlwww.oracle.com/­java/­coherencepouchdb.comsphinxsearch.com
Technical documentationcubrid.org/­manualsdocs.oracle.com/­en/­middleware/­standalone/­coherencepouchdb.com/­guidessphinxsearch.com/­docs
DeveloperCUBRID Corporation, CUBRID FoundationHughes TechnologiesOracleApache Software FoundationSphinx Technologies Inc.
Initial release20081994200720122001
Current release11.0, January 20214.4, October 202114.1, August 20237.1.1, June 20193.5.1, February 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2.0commercial infofree licenses can be providedcommercialOpen SourceOpen Source infoGPL version 2, commercial licence 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.
Implementation languageC, C++, JavaCJavaJavaScriptC++
Server operating systemsLinux
Windows
AIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
All OS with a Java VMserver-less, requires a JavaScript environment (browser, Node.js)FreeBSD
Linux
NetBSD
OS X
Solaris
Windows
Data schemeyesyesschema-freeschema-freeyes
Typing infopredefined data types such as float or dateyesyesyesnono
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.nononono
Secondary indexesyesyesnoyes infovia viewsyes infofull-text index on all search fields
SQL infoSupport of SQLyesA subset of ANSI SQL is implemented infono subqueries, aggregate functions, views, foreign keys, triggersnonoSQL-like query language (SphinxQL)
APIs and other access methodsADO.NET
JDBC
ODBC
OLE DB
JDBC
ODBC
JCache
JPA
RESTful HTTP API
HTTP REST infoonly for PouchDB Server
JavaScript API
Proprietary protocol
Supported programming languagesC
C#
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
C
C++
Delphi
Java
Perl
PHP
Tcl
.Net
C++
Java
JavaScriptC++ infounofficial client library
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
Server-side scripts infoStored proceduresJava Stored ProceduresnonoView functions in JavaScriptno
Triggersyesnoyes infoLive Eventsyesno
Partitioning methods infoMethods for storing different data on different nodesnonenoneShardingSharding infowith a proxy-based framework, named couchdb-loungeSharding infoPartitioning is done manually, search queries against distributed index is supported
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationnoneyes, with selectable consistency levelMulti-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
none
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencynoneEventual Consistency
Immediate Consistency
Eventual Consistency
Foreign keys infoReferential integrityyesnononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoconfigurablenono
Concurrency infoSupport for concurrent manipulation of datayesnoyesyes
Durability infoSupport for making data persistentyesyesyes infooptionallyyes infoby using IndexedDB, WebSQL or LevelDB as backendyes infoThe original contents of fields are not stored in the Sphinx index.
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesyes
User concepts infoAccess controlfine grained access rights according to SQL-standardnoauthentification to access the cache via certificates or http basic authenticationnono

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
CubridmSQL infoMini SQLOracle CoherencePouchDBSphinx
DB-Engines blog posts

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

The DB-Engines ranking includes now search engines
4 February 2013, Paul Andlinger

show all

Recent citations in the news

How Many Databases Can You Name?
11 May 2020, Database Journal

provided by Google News

Make Your MySQL Server More Secure With These 7 Steps - MUO
1 December 2022, MakeUseOf

Writing a Web Service in Perl
9 July 2003, PCQuest

Higher Education PS rules out ghost students before PAC - Zambia
29 November 2018, diggers.news

provided by Google News

Microservices with Major New Coherence and Helidon Releases
9 August 2022, Oracle

Hello, Coherence Community Edition, Part 2: Building the client
11 October 2020, Oracle

New solutions for Oracle WebLogic on Azure Virtual Machines
1 April 2021, azure.microsoft.com

Oracle launches Oracle Banking Cloud Services - ThePaypers
8 February 2023, The Paypers

Nike achieves scalability and performance with Oracle Coherence & Exadata
20 December 2012, Oracle

provided by Google News

Getting Started with PouchDB Client-Side JavaScript Database — SitePoint
7 September 2016, SitePoint

Building an Offline First App with PouchDB — SitePoint
10 March 2014, SitePoint

3 Reasons To Think Offline First
22 March 2017, IBM

Create Offline Web Apps Using Service Workers & PouchDB — SitePoint
7 March 2017, SitePoint

Offline-first web and mobile apps: Top frameworks and components
22 January 2019, TechBeacon

provided by Google News

Switching From Sphinx to MkDocs Documentation — What Did I Gain and Lose
2 February 2024, Towards Data Science

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

Perplexity AI: From Its Use To Operation, Everything You Need To Know About Googles Newest Challenger
11 January 2024, Free Press Journal

The Pirate Bay was recently down for over a week due to a DDoS attack
29 October 2019, The Hacker News

How to Build 600+ Links in One Month
4 September 2020, Search Engine Journal

provided by Google News



Share this page

Featured Products

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

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.

Present your product here