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

DBMS > Microsoft Azure Cosmos DB vs. SingleStore vs. Sphinx vs. Stardog vs. UniData,UniVerse

System Properties Comparison Microsoft Azure Cosmos DB vs. SingleStore vs. Sphinx vs. Stardog vs. UniData,UniVerse

Editorial information provided by DB-Engines
NameMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonSphinx  Xexclude from comparisonStardog  Xexclude from comparisonUniData,UniVerse  Xexclude from comparison
DescriptionGlobally distributed, horizontally scalable, multi-model database serviceMySQL wire-compliant distributed RDBMS that combines an in-memory row-oriented and a disc-based column-oriented storage with patented universal storage to handle transactional and analytical workloads in one single table typeOpen source search engine for searching in data from different sources, e.g. relational databasesEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualizationMultiValue database and application server with SQL mapping layer and meta database capabilities
Primary database modelDocument store
Graph DBMS
Key-value store
Wide column store
Relational DBMSSearch engineGraph DBMS
RDF store
Multivalue DBMS
Secondary database modelsSpatial DBMSDocument store
Spatial DBMS
Time Series DBMS
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score29.04
Rank#27  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#3  Wide column stores
Score5.60
Rank#62  Overall
#35  Relational DBMS
Score5.98
Rank#56  Overall
#5  Search engines
Score2.02
Rank#123  Overall
#11  Graph DBMS
#6  RDF stores
Score3.16
Rank#97  Overall
#2  Multivalue DBMS
Websiteazure.microsoft.com/­services/­cosmos-dbwww.singlestore.comsphinxsearch.comwww.stardog.comwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-unidata
Technical documentationlearn.microsoft.com/­azure/­cosmos-dbdocs.singlestore.comsphinxsearch.com/­docsdocs.stardog.comdocs.rocketsoftware.com/­bundle?cluster=true&labelkey=unidata&labelkey=prod_unidata
DeveloperMicrosoftSingleStore Inc.Sphinx Technologies Inc.Stardog-UnionRocket Software
Initial release20142013200120101985
Current release8.5, January 20243.5.1, February 20237.3.0, May 2020
License infoCommercial or Open Sourcecommercialcommercial infofree developer edition availableOpen Source infoGPL version 2, commercial licence availablecommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/studentscommercial
Cloud-based only infoOnly available as a cloud serviceyesnononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
SingleStoreDB Cloud: The world's fastest, modern cloud database for both operational (OLTP) and analytical (OLAP) workloads. Available instantly with multi-cloud and hybrid-cloud capabilities
Implementation languageC++, GoC++JavaC
Server operating systemshostedLinux info64 bit version requiredFreeBSD
Linux
NetBSD
OS X
Solaris
Windows
Linux
macOS
Windows
AIX
HP-UX
Linux
Solaris
Windows
Data schemeschema-freeyesyesschema-free and OWL/RDFS-schema supportschema-free
Typing infopredefined data types such as float or dateyes infoJSON typesyesnoyesoptional
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.nono infoImport/export of XML data possible
Secondary indexesyes infoAll properties auto-indexed by defaultyesyes infofull-text index on all search fieldsyes infosupports real-time indexing in full-text and geospatialyes
SQL infoSupport of SQLSQL-like query languageyes infobut no triggers and foreign keysSQL-like query language (SphinxQL)Yes, compatible with all major SQL variants through dedicated BI/SQL Serveryes
APIs and other access methodsDocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
Proprietary protocolGraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Java API infoJPA
JDBC
ODBC
OLE DB
Proprietary protocol
RESTful HTTP API
SOAP-based API
Supported programming languages.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
Bash
C
C#
Java
JavaScript (Node.js)
Python
C++ infounofficial client library
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
.Net
Basic infoU2 Basic
C
Java
Server-side scripts infoStored proceduresJavaScriptyesnouser defined functions and aggregates, HTTP Server extensions in Javayes
TriggersJavaScriptnonoyes infovia event handlersyes infoU2 Basic
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceSharding infohash partitioningSharding infoPartitioning is done manually, search queries against distributed index is supportednonenone
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud serviceSource-replica replication infostores two copies of each physical data partition on two separate nodesnoneMulti-source replication in HA-ClusterSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodswith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*no infocan define user-defined aggregate functions for map-reduce-style calculationsnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemBounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Immediate ConsistencyImmediate Consistency in HA-Cluster
Foreign keys infoReferential integritynononoyes inforelationships in graphsno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataMulti-item ACID transactions with snapshot isolation within a partitionACIDnoACIDACID infoconfigurable
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yesyesyes
Durability infoSupport for making data persistentyesyes infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.yes infoThe original contents of fields are not stored in the Sphinx index.yesyes
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 can be defined down to the item levelFine grained access control via users, groups and rolesnoAccess rights for users and rolesAccess rights according to SQL-standard and operating system based
More information provided by the system vendor
Microsoft Azure Cosmos DB infoformer name was Azure DocumentDBSingleStore infoformer name was MemSQLSphinxStardogUniData,UniVerse
Specific characteristicsSingleStore offers a fully-managed , distributed, highly-scalable SQL database designed...
» more
Competitive advantagesSingleStore’s competitive advantages include: Easy and Simplified Architecture with...
» more
Typical application scenariosDriving Fast Analytics: SingleStore delivers the fastest and most scalable reporting...
» more
Key customersIEX Cloud : Improves Financial Data Distribution Speed 15x with Singlestore DB Comcast,...
» more
Market metricsCustomers in various industries worldwide including US and International Industry...
» more
Licensing and pricing modelsF ree Tier and Enterprise Edition
» 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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
Microsoft Azure Cosmos DB infoformer name was Azure DocumentDBSingleStore infoformer name was MemSQLSphinxStardogUniData,UniVerse
DB-Engines blog posts

Turbocharge Your Application Development Using WebAssembly With SingleStoreDB
17 October 2022,  Akmal Chaudhri, SingleStore (sponsor) 

Cloud-Based Analytics With SingleStoreDB
9 June 2022,  Akmal Chaudhri, SingleStore (sponsor) 

SingleStore: The Increasing Momentum of Multi-Model Database Systems
14 February 2022,  Akmal Chaudhri, SingleStore (sponsor) 

show all

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

show all

Recent citations in the news

General Availability: Data API builder | Azure updates
15 May 2024, Microsoft

Start your AI journey with Microsoft Azure Cosmos DB—compete for $10K
9 May 2024, Microsoft

Public preview: Change partition key of a container in Azure Cosmos DB (NoSQL API) | Azure updates
27 March 2024, Microsoft

Microsoft Ships Data API Builder for Azure SQL Databases
15 May 2024, Visual Studio Magazine

General availability: Microsoft Entra ID integration with Azure Cosmos DB for PostgreSQL | Azure updates
13 March 2024, Microsoft

provided by Google News

SingleStore CEO sees little future for purpose-built vector databases
24 January 2024, VentureBeat

SingleStore Announces Real-time Data Platform to Further Accelerate AI, Analytics and Application Development
24 January 2024, Business Wire

Building a Modern Database: Nikita Shamgunov on Postgres and Beyond
17 April 2024, Madrona Venture Group

SingleStore adds indexed vector search to Pro Max release for faster AI work – Blocks and Files
29 January 2024, Blocks & Files

Announcing watsonx.ai and SingleStore for generative AI applications
15 November 2023, ibm.com

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

Unidata Reports Full Year 2023 Earnings
31 March 2024, Simply Wall St

Unidata uses Jetstream to make geoscience data available to science community
29 January 2020, IU Newsroom

UniData implements a milestone Smart Class Room project at The Asian School | THE DAILY TRIBUNE | KINGDOM ...
8 April 2024, News of Bahrain- DT News

Bahrain Business: UniData implements major 'smart classroom' project
8 April 2024, Gulf Digital News

Unidata turns 25 | NCAR & UCAR News
15 January 2010, news.ucar.edu

provided by Google News



Share this page

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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.

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Milvus logo

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

Present your product here