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

DBMS > Cloudflare Workers KV vs. LevelDB vs. ObjectBox vs. Riak KV vs. Sphinx

System Properties Comparison Cloudflare Workers KV vs. LevelDB vs. ObjectBox vs. Riak KV vs. Sphinx

Editorial information provided by DB-Engines
NameCloudflare Workers KV  Xexclude from comparisonLevelDB  Xexclude from comparisonObjectBox  Xexclude from comparisonRiak KV  Xexclude from comparisonSphinx  Xexclude from comparison
DescriptionA global, low-latency, key-value store for applications on Cloudflare with exceptionally high read volumes and low-latency.Embeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesExtremely fast embedded database for small devices, IoT and MobileDistributed, fault tolerant key-value storeOpen source search engine for searching in data from different sources, e.g. relational databases
Primary database modelKey-value storeKey-value storeObject oriented DBMSKey-value store infowith links between data sets and object tags for the creation of secondary indexesSearch engine
Secondary database modelsTime Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.32
Rank#283  Overall
#40  Key-value stores
Score2.35
Rank#111  Overall
#19  Key-value stores
Score1.20
Rank#170  Overall
#5  Object oriented DBMS
Score4.10
Rank#82  Overall
#9  Key-value stores
Score5.98
Rank#56  Overall
#5  Search engines
Websitewww.cloudflare.com/­developer-platform/­workers-kvgithub.com/­google/­leveldbobjectbox.iosphinxsearch.com
Technical documentationdevelopers.cloudflare.com/­kv/­apigithub.com/­google/­leveldb/­blob/­main/­doc/­index.mddocs.objectbox.iowww.tiot.jp/­riak-docs/­riak/­kv/­latestsphinxsearch.com/­docs
DeveloperCloudflareGoogleObjectBox LimitedOpenSource, formerly Basho TechnologiesSphinx Technologies Inc.
Initial release20182011201720092001
Current release1.23, February 20213.2.0, December 20223.5.1, February 2023
License infoCommercial or Open SourcecommercialOpen Source infoBSDOpen Source infoApache License 2.0Open Source infoApache version 2, commercial enterprise editionOpen Source infoGPL version 2, commercial licence available
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 languageC++C and C++ErlangC++
Server operating systemshostedIllumos
Linux
OS X
Windows
Android
iOS
Linux
macOS
Windows
Linux
OS X
FreeBSD
Linux
NetBSD
OS X
Solaris
Windows
Data schemeschema-freeschema-freeyesschema-freeyes
Typing infopredefined data types such as float or datenonoyesnono
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 indexesnonoyesrestrictedyes infofull-text index on all search fields
SQL infoSupport of SQLnonononoSQL-like query language (SphinxQL)
APIs and other access methodsHTTP REST
Proprietary protocol
Proprietary native APIHTTP API
Native Erlang Interface
Proprietary protocol
Supported programming languagesC
C++
Dart
JavaScript
Kotlin
Python
Rust
Scala
C++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
C
C++
Dart
Go
Java
JavaScript infoplanned (as of Jan 2019)
Kotlin
Python infoplanned (as of Jan 2019)
Swift
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
C++ infounofficial client library
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
Server-side scripts infoStored proceduresnononoErlangno
Triggersnononoyes infopre-commit hooks and post-commit hooksno
Partitioning methods infoMethods for storing different data on different nodesnonenoneSharding infono "single point of failure"Sharding infoPartitioning is done manually, search queries against distributed index is supported
Replication methods infoMethods for redundantly storing data on multiple nodesyesnoneonline/offline synchronization between client and serverselectable replication factornone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate ConsistencyImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integritynonoyesno infolinks between data sets can be storedno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACIDnono
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes infowith automatic compression on writesyesyesyes 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.nono
User concepts infoAccess controlnoyesyes, using Riak Securityno
More information provided by the system vendor
Cloudflare Workers KVLevelDBObjectBoxRiak KVSphinx
News

Edge AI: The era of on-device AI
23 April 2024

In-Memory Database Use Cases
15 February 2024

Data Viewer for Objects – announcing ObjectBox Admin
14 November 2023

Vector Databases for Edge AI
9 August 2023

Vector Database Release for Flutter / Dart + Python
13 June 2023

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 KVLevelDBObjectBoxRiak KVSphinx
DB-Engines blog posts

The DB-Engines ranking includes now search engines
4 February 2013, 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 dashboard, API service feeling poorly due to datacenter power snafu
2 November 2023, The Register

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

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

LevelDB in Ruby — SitePoint
22 October 2014, SitePoint

Microsoft Teams stores auth tokens as cleartext in Windows, Linux, Macs
14 September 2022, BleepingComputer

Pliops unveils XDP-Rocks for RocksDB – Blocks and Files
19 October 2022, Blocks & Files

XanMod, Liquorix Kernels Offer Some Advantages On AMD Ryzen 5 Notebook
26 July 2021, Phoronix

Rust-Based Info Stealers Abuse GitHub Codespaces
19 May 2023, Trend Micro

provided by Google News

Industrial IoT (IIoT) edge solution for railway operators – a Kapsch ObjectBox Case Study
21 June 2019, 1E9

A Quick Look at Open Source Databases for Mobile App Development
29 April 2018, Open Source For You

provided by Google News

Basho Revamps Riak Open-Source Database
22 September 2023, InformationWeek

Basho, Maker of Riak NoSQL Database, Raises $25M
13 January 2015, Data Center Knowledge

A Critique of Resizable Hash Tables: Riak Core & Random Slicing
26 August 2018, InfoQ.com

Riak NoSQL snapped up by Bet365
12 September 2017, ComputerWeekly.com

NoSQL pioneer Basho stamps its mark on time stamp data with Riak TS
6 October 2015, The Register

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

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

Beyond the Concert Hall: 5 Organizations Making a Difference in Classical Music in 2018 | WQXR Editorial
22 December 2018, WQXR Radio

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.

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Milvus logo

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

Present your product here