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

DBMS > Apache Druid vs. Couchbase vs. KeyDB vs. Manticore Search vs. Sequoiadb

System Properties Comparison Apache Druid vs. Couchbase vs. KeyDB vs. Manticore Search vs. Sequoiadb

Editorial information provided by DB-Engines
NameApache Druid  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonKeyDB  Xexclude from comparisonManticore Search  Xexclude from comparisonSequoiadb  Xexclude from comparison
DescriptionOpen-source analytics data store designed for sub-second OLAP queries on high dimensionality and high cardinality dataA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseAn ultra-fast, open source Key-value store fully compatible with Redis API, modules, and protocolsMulti-storage database for search, including full-text search.NewSQL database with distributed OLTP and SQL
Primary database modelRelational DBMS
Time Series DBMS
Document storeKey-value storeSearch engineDocument store
Relational DBMS
Secondary database modelsKey-value store infooriginating from the former Membase product and supporting the Memcached protocol
Spatial DBMS infousing the Geocouch extension
Search engine
Time Series DBMS
Vector DBMS
Time Series DBMS infousing the Manticore Columnar Library
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.34
Rank#88  Overall
#48  Relational DBMS
#7  Time Series DBMS
Score17.30
Rank#36  Overall
#5  Document stores
Score0.71
Rank#226  Overall
#33  Key-value stores
Score0.22
Rank#312  Overall
#21  Search engines
Score0.45
Rank#261  Overall
#41  Document stores
#122  Relational DBMS
Websitedruid.apache.orgwww.couchbase.comgithub.com/­Snapchat/­KeyDB
keydb.dev
manticoresearch.comwww.sequoiadb.com
Technical documentationdruid.apache.org/­docs/­latest/­designdocs.couchbase.comdocs.keydb.devmanual.manticoresearch.comwww.sequoiadb.com/­en/­index.php?m=Files&a=index
DeveloperApache Software Foundation and contributorsCouchbase, Inc.EQ Alpha Technology Ltd.Manticore SoftwareSequoiadb Ltd.
Initial release20122011201920172013
Current release29.0.1, April 2024Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 20236.0, February 2023
License infoCommercial or Open SourceOpen Source infoApache license v2Open Source infoBusiness Source License (BSL 1.1); Commercial licenses also availableOpen Source infoBSD-3Open Source infoGPL version 2Open Source infoServer: AGPL; Client: Apache V2
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 languageJavaC, C++, Go and ErlangC++C++C++
Server operating systemsLinux
OS X
Unix
Linux
OS X
Windows
LinuxFreeBSD
Linux
macOS
Windows
Linux
Data schemeyes infoschema-less columns are supportedschema-freeschema-freeFixed schemaschema-free
Typing infopredefined data types such as float or dateyesyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyes infooid, date, timestamp, binary, regex
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.nonoCan index from XMLno
Secondary indexesyesyesyes infoby using the Redis Search moduleyes infofull-text index on all search fieldsyes
SQL infoSupport of SQLSQL for queryingSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesnoSQL-like query languageSQL-like query language
APIs and other access methodsJDBC
RESTful HTTP/JSON API
CLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
Proprietary protocol infoRESP - REdis Serialization ProtocoBinary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
proprietary protocol using JSON
Supported programming languagesClojure
JavaScript
PHP
Python
R
Ruby
Scala
.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
.Net
C++
Java
PHP
Python
Server-side scripts infoStored proceduresnoFunctions and timers in JavaScript and UDFs in Java, Python, SQL++Luauser defined functionsJavaScript
Triggersnoyes infovia the TAP protocolnonono
Partitioning methods infoMethods for storing different data on different nodesSharding infomanual/auto, time-basedAutomatic ShardingShardingSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes, via HDFS, S3 or other storage enginesMulti-source replication infoincluding cross data center replication
Source-replica replication
Multi-source replication
Source-replica replication
Synchronous replication based on Galera librarySource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Eventual Consistency
Strong eventual consistency with CRDTs
Eventual Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDOptimistic locking, atomic execution of commands blocks and scriptsyes infoisolated transactions for atomic changes and binary logging for safe writesDocument is locked during a transaction
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes infoThe original contents of fields are not stored in the Manticore index.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoEphemeral bucketsyesno
User concepts infoAccess controlRBAC using LDAP or Druid internals for users and groups for read/write by datasource and systemUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.simple password-based access control and ACLnosimple password-based access control

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
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
Apache DruidCouchbase infoOriginally called MembaseKeyDBManticore SearchSequoiadb
DB-Engines blog posts

Couchbase climbs up the DB-Engines Ranking, increasing its popularity by 10% every month
2 June 2014, Matthias Gelbmann

show all

Recent citations in the news

'Lucifer' Botnet Turns Up the Heat on Apache Hadoop Servers
21 February 2024, Dark Reading

Apache Druid Wins Best Big Data Product in the 2023 BigDATAwire Readers' Choice Awards
26 January 2024, Datanami

New DDoS malware Attacking Apache big-data stack, Hadoop, & Druid Servers
26 February 2024, GBHackers

Imply Data gives Apache Druid schema auto-discover capability
6 June 2023, SiliconANGLE News

Imply Announces Automatic Schema Discovery for Apache Druid, Reinforcing Druid's Leadership for Real-Time ...
6 June 2023, Business Wire

provided by Google News

Couchbase Announces New Features to Accelerate AI-Powered Adaptive Applications for Customers
29 February 2024, PR Newswire

Couchbase's revenue grows 20% and its stock rises in extended trading
5 March 2024, SiliconANGLE News

Q4 Earnings Highs And Lows: Couchbase (NASDAQ:BASE) Vs The Rest Of The Data Storage Stocks
30 April 2024, The Globe and Mail

Couchbase Server and Capella to gain vector support
1 March 2024, InfoWorld

Couchbase (NASDAQ:BASE) Trading Down 4.4%
30 April 2024, MarketBeat

provided by Google News

Snap snaps up database developer KeyDB to make its infrastructure more snappy
12 May 2022, TechCrunch

Snap Acquires KeyDB for Open-Source Services
17 May 2022, XR Today

Garnet–open-source faster cache-store speeds up applications, services
18 March 2024, microsoft.com

Dragonfly 1.0 Released For What Claims To Be The World's Fastest In-Memory Data Store
20 March 2023, Phoronix

Redis 6 arrives with multithreading for faster I/O
30 April 2020, InfoWorld

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

Google's Gemini comes to databases
9 April 2024, Yahoo Canada Shine On

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



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.

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Present your product here