DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Cloudflare Workers KV vs. Datomic vs. Elasticsearch vs. Heroic vs. Manticore Search

System Properties Comparison Cloudflare Workers KV vs. Datomic vs. Elasticsearch vs. Heroic vs. Manticore Search

Editorial information provided by DB-Engines
NameCloudflare Workers KV  Xexclude from comparisonDatomic  Xexclude from comparisonElasticsearch  Xexclude from comparisonHeroic  Xexclude from comparisonManticore Search  Xexclude from comparison
DescriptionA global, low-latency, key-value store for applications on Cloudflare with exceptionally high read volumes and low-latency.Datomic builds on immutable values, supports point-in-time queries and uses 3rd party systems for durabilityA distributed, RESTful modern search and analytics engine based on Apache Lucene infoElasticsearch lets you perform and combine many types of searches such as structured, unstructured, geo, and metricTime Series DBMS built at Spotify based on Cassandra or Google Cloud Bigtable, and ElasticSearchMulti-storage database for search, including full-text search.
Primary database modelKey-value storeRelational DBMSSearch engineTime Series DBMSSearch engine
Secondary database modelsDocument store
Spatial DBMS
Vector DBMS
Time Series DBMS infousing the Manticore Columnar Library
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.39
Rank#274  Overall
#39  Key-value stores
Score1.66
Rank#144  Overall
#66  Relational DBMS
Score132.83
Rank#7  Overall
#1  Search engines
Score0.46
Rank#265  Overall
#22  Time Series DBMS
Score0.29
Rank#302  Overall
#21  Search engines
Websitewww.cloudflare.com/­developer-platform/­workers-kvwww.datomic.comwww.elastic.co/­elasticsearchgithub.com/­spotify/­heroicmanticoresearch.com
Technical documentationdevelopers.cloudflare.com/­kv/­apidocs.datomic.comwww.elastic.co/­guide/­en/­elasticsearch/­reference/­current/­index.htmlspotify.github.io/­heroicmanual.manticoresearch.com
DeveloperCloudflareCognitectElasticSpotifyManticore Software
Initial release20182012201020142017
Current release1.0.7075, December 20238.6, January 20236.0, February 2023
License infoCommercial or Open Sourcecommercialcommercial infolimited edition freeOpen Source infoElastic LicenseOpen Source infoApache 2.0Open Source infoGPL version 2
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.
Implementation languageJava, ClojureJavaJavaC++
Server operating systemshostedAll OS with a Java VMAll OS with a Java VMFreeBSD
Linux
macOS
Windows
Data schemeschema-freeyesschema-free infoFlexible type definitions. Once a type is defined, it is persistentschema-freeFixed schema
Typing infopredefined data types such as float or datenoyesyesyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Boolean
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.nonononoCan index from XML
Secondary indexesnoyesyes infoAll search fields are automatically indexedyes infovia Elasticsearchyes infofull-text index on all search fields
SQL infoSupport of SQLnonoSQL-like query languagenoSQL-like query language
APIs and other access methodsHTTP REST
Proprietary protocol
RESTful HTTP APIJava API
RESTful HTTP/JSON API
HQL (Heroic Query Language, a JSON-based language)
HTTP API
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
Supported programming languagesC
C++
Dart
JavaScript
Kotlin
Python
Rust
Scala
Clojure
Java
.Net
Groovy
Community Contributed Clients
Java
JavaScript
Perl
PHP
Python
Ruby
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Server-side scripts infoStored proceduresnoyes infoTransaction Functionsyesnouser defined functions
TriggersnoBy using transaction functionsyes infoby using the 'percolation' featurenono
Partitioning methods infoMethods for storing different data on different nodesnone infoBut extensive use of caching in the application peersShardingShardingSharding infoPartitioning is done manually, search queries against distributed index is supported
Replication methods infoMethods for redundantly storing data on multiple nodesyesnone infoBut extensive use of caching in the application peersyesyesSynchronous replication based on Galera library
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoES-Hadoop Connectornono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate ConsistencyEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allEventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDnonoyes infoisolated transactions for atomic changes and binary logging for safe writes
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes infousing external storage systems (e.g. Cassandra, DynamoDB, PostgreSQL, Couchbase and others)yesyesyes infoThe original contents of fields are not stored in the Manticore index.
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes inforecommended only for testing and developmentMemcached and Redis integrationno
User concepts infoAccess controlnono

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
Cloudflare Workers KVDatomicElasticsearchHeroicManticore Search
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

Elasticsearch moved into the top 10 most popular database management systems
3 July 2017, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

show all

Recent citations in the news

Cloudflare updates Workers platform with Python support, event notifications, and improved local development ...
3 April 2024, DevClass

Cloudflare recovers from service outage after power failure at core North American data center
3 November 2023, DatacenterDynamics

Cloudflare dashboard, API service feeling poorly due to datacenter power snafu
2 November 2023, The Register

Cloudflare is (still) struggling with another outage - here's what to know
3 November 2023, ZDNet

How to Build a Scalable URL Shortener With Cloudflare Workers and KV Under 10 Minutes
21 August 2022, hackernoon.com

provided by Google News

Nubank buys firm behind Clojure programming language
28 July 2020, Finextra

Architecting Software for Leverage
13 November 2021, InfoQ.com

TerminusDB Takes on Data Collaboration with a git-Like Approach
1 December 2020, The New Stack

James Dixon Imagines A Data Lake That Matters
26 January 2015, Forbes

Zoona Case Study
16 December 2017, AWS Blog

provided by Google News

Apache Doris for Log and Time Series Data Analysis in NetEase: Why Not Elasticsearch and InfluxDB?
5 June 2024, hackernoon.com

8 Powerful Alternatives to Elasticsearch
25 April 2024, Yahoo Finance

Splunk vs Elasticsearch | A Comparison and How to Choose
12 January 2024, SentinelOne

Introducing Elasticsearch Vector Database to Azure OpenAI Service On Your Data (Preview)
26 March 2024, insider.govtech.com

Netflix Uses Elasticsearch Percolate Queries to Implement Reverse Searches Efficiently
29 April 2024, InfoQ.com

provided by Google News

Review: Google Bigtable scales with ease
7 September 2016, 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

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

Highlighting in Search Results
24 May 2020, hackernoon.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.

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

Present your product here