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

DBMS > OpenSearch vs. OpenTSDB vs. QuestDB vs. SingleStore vs. Sphinx

System Properties Comparison OpenSearch vs. OpenTSDB vs. QuestDB vs. SingleStore vs. Sphinx

Editorial information provided by DB-Engines
NameOpenSearch  Xexclude from comparisonOpenTSDB  Xexclude from comparisonQuestDB  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonSphinx  Xexclude from comparison
DescriptionA distributed, RESTful search and analytics engine forked from Elasticsearch and based on Apache LuceneScalable Time Series DBMS based on HBaseA high performance open source SQL database for time series dataMySQL 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 databases
Primary database modelSearch engineTime Series DBMSTime Series DBMSRelational DBMSSearch engine
Secondary database modelsVector DBMSRelational DBMSDocument store
Spatial DBMS
Time Series DBMS
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score16.03
Rank#37  Overall
#4  Search engines
Score1.68
Rank#142  Overall
#12  Time Series DBMS
Score2.70
Rank#105  Overall
#8  Time Series DBMS
Score5.38
Rank#62  Overall
#35  Relational DBMS
Score5.95
Rank#55  Overall
#5  Search engines
Websitegithub.com/­opensearch-project
opensearch.org
opentsdb.netquestdb.iowww.singlestore.comsphinxsearch.com
Technical documentationopensearch.org/­docs/­latestopentsdb.net/­docs/­build/­html/­index.htmlquestdb.io/­docsdocs.singlestore.comsphinxsearch.com/­docs
DeveloperAmazon Web Servicescurrently maintained by Yahoo and other contributorsQuestDB Technology IncSingleStore Inc.Sphinx Technologies Inc.
Initial release20212011201420132001
Current release2.5.0, January 20238.5, January 20243.5.1, February 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoLGPLOpen Source infoApache 2.0commercial infofree developer edition availableOpen 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.
  • Aiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
  • STACKIT OpenSearch offers OpenSearch in a managed version in enterprise grade, 100% GDPR-compliant, for a wide range of applications like analytics, website search, offering scalability and fast data access.
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 languageJavaJavaJava (Zero-GC), C++, RustC++, GoC++
Server operating systemsAll OS with a Java VMLinux
Windows
Linux
macOS
Windows
Linux info64 bit version requiredFreeBSD
Linux
NetBSD
OS X
Solaris
Windows
Data schemeschema-free infoFlexible type definitions. Once a type is defined, it is persistentschema-freeyes infoschema-free via InfluxDB Line Protocolyesyes
Typing infopredefined data types such as float or dateyesnumeric data for metrics, strings for tagsyesyesno
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.nonono
Secondary indexesyes infoAll search fields are automatically indexednonoyesyes infofull-text index on all search fields
SQL infoSupport of SQLSQL-like query languagenoSQL with time-series extensionsyes infobut no triggers and foreign keysSQL-like query language (SphinxQL)
APIs and other access methodsJava API
RESTful HTTP/JSON API
HTTP API
Telnet API
HTTP REST
InfluxDB Line Protocol (TCP/UDP)
JDBC
PostgreSQL wire protocol
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
Proprietary protocol
Supported programming languagesGo
Java
JavaScript (Node.js)
PHP
Python
Ruby infoElasticsearch client
Erlang
Go
Java
Python
R
Ruby
C infoPostgreSQL driver
C++
Go
Java
JavaScript (Node.js)
Python
Rust infoover HTTP
Bash
C
C#
Java
JavaScript (Node.js)
Python
C++ infounofficial client library
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
Server-side scripts infoStored proceduresyesnonoyesno
Triggersyes infoby using the 'percolation' featurenononono
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infobased on HBasehorizontal partitioning (by timestamps)Sharding infohash partitioningSharding infoPartitioning is done manually, search queries against distributed index is supported
Replication methods infoMethods for redundantly storing data on multiple nodesyesselectable replication factor infobased on HBaseSource-replica replication with eventual consistencySource-replica replication infostores two copies of each physical data partition on two separate nodesnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonono infocan define user-defined aggregate functions for map-reduce-style calculationsno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allImmediate Consistency infobased on HBaseImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACID for single-table writesACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyesyesyesyes 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.
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infothrough memory mapped filesyes
User concepts infoAccess controlnoFine grained access control via users, groups and rolesno
More information provided by the system vendor
OpenSearchOpenTSDBQuestDBSingleStore infoformer name was MemSQLSphinx
Specific characteristicsOpenSearch is a highly scalable and extensible open-source software suite for search,...
» more
Relational model with native time series support Column-based storage and time partitioned...
» more
SingleStore offers a fully-managed , distributed, highly-scalable SQL database designed...
» more
Competitive advantagesDistributed as fully open source under Apache License, Version 2.0 (ALv2), OpenSearch...
» more
High ingestion throughput: peak of 4M rows/sec (TSBS Benchmark) Code optimizations...
» more
SingleStore’s competitive advantages include: Easy and Simplified Architecture with...
» more
Typical application scenariosThe OpenSearch platform is used across a broad range of search , analytics, and observability...
» more
Financial tick data Industrial IoT Application Metrics Monitoring
» more
Driving Fast Analytics: SingleStore delivers the fastest and most scalable reporting...
» more
Key customersBanks & Hedge funds, Yahoo, OKX, Airbus, Aquis Exchange, Net App, Cloudera, Airtel,...
» more
IEX 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 modelsThe OpenSearch Project offers open source software licensed under Apache License...
» more
Open source Apache 2.0 QuestDB Enterprise QuestDB Cloud
» more
F ree Tier and Enterprise Edition
» more
News

QuestDB 8.0: Major Release
23 May 2024

QuestDB and Raspberry Pi 5 benchmark, a pocket-sized powerhouse
8 May 2024

Build your own resource monitor with QuestDB and Grafana
6 May 2024

Does "vpmovzxbd" Scare You? Here's Why it Doesn't Have To
12 April 2024

Create an ADS-B flight radar with QuestDB and a Raspberry Pi
8 April 2024

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 partiesAiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
» more

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

More resources
OpenSearchOpenTSDBQuestDBSingleStore infoformer name was MemSQLSphinx
DB-Engines blog posts

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

show all

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

Amazon OpenSearch Service now supports OpenSearch version 2.13
21 May 2024, AWS Blog

OCI Search with OpenSearch 2.11 delivers easy access to latest AI innovations
13 March 2024, blogs.oracle.com

Enhance image search experiences with Amazon Personalize, Amazon OpenSearch Service, and Amazon Titan ...
29 May 2024, AWS Blog

Behind the Scenes: Upgrading OpenSearch efficiency with OCI flexible vertical scaling
13 February 2024, blogs.oracle.com

Implement a full stack serverless search application using AWS Amplify, Amazon Cognito, Amazon API Gateway
31 May 2024, AWS Blog

provided by Google News

Pinterest Switches from OpenTSDB to Their Own Time Series Database
16 September 2018, InfoQ.com

Brain Monitoring with Kafka, OpenTSDB, and Grafana
5 August 2016, KDnuggets

Comparing Different Time-Series Databases
10 February 2022, hackernoon.com

MapR to help admins peer into dense Hadoop clusters
28 June 2016, SiliconANGLE News

LogicMonitor Rolls a Time Series Database for Finer-Grain Reporting
1 June 2016, The New Stack

provided by Google News

QuestDB snares $12M Series A with hosted version coming soon
3 November 2021, TechCrunch

SQL Extensions for Time-Series Data in QuestDB
11 January 2021, Towards Data Science

QuestDB gets $12M Series A funding amid growing interest in time-series databases
3 November 2021, SiliconANGLE News

Read the Pitch Deck Database Startup QuestDB Used to Raise $12 Million
11 November 2021, Business Insider

Comparing Different Time-Series Databases
10 February 2022, hackernoon.com

provided by Google News

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

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, businesswire.com

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

SingleStore update adds new tools to fuel GenAI, analytics
24 January 2024, TechTarget

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

Milvus logo

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

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

Present your product here