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 > LevelDB vs. Memcached vs. RocksDB vs. searchxml vs. TiDB

System Properties Comparison LevelDB vs. Memcached vs. RocksDB vs. searchxml vs. TiDB

Editorial information provided by DB-Engines
NameLevelDB  Xexclude from comparisonMemcached  Xexclude from comparisonRocksDB  Xexclude from comparisonsearchxml  Xexclude from comparisonTiDB  Xexclude from comparison
DescriptionEmbeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesIn-memory key-value store, originally intended for cachingEmbeddable persistent key-value store optimized for fast storage (flash and RAM)DBMS for structured and unstructured content wrapped with an application serverTiDB is an open source distributed SQL database that supports Hybrid Transactional/Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability.
Primary database modelKey-value storeKey-value storeKey-value storeNative XML DBMS
Search engine
Relational DBMS
Secondary database modelsDocument store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.35
Rank#111  Overall
#19  Key-value stores
Score19.42
Rank#32  Overall
#4  Key-value stores
Score3.65
Rank#85  Overall
#11  Key-value stores
Score0.00
Rank#383  Overall
#7  Native XML DBMS
#25  Search engines
Score4.66
Rank#70  Overall
#38  Relational DBMS
Websitegithub.com/­google/­leveldbwww.memcached.orgrocksdb.orgwww.searchxml.net/­category/­productspingcap.com
Technical documentationgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mdgithub.com/­memcached/­memcached/­wikigithub.com/­facebook/­rocksdb/­wikiwww.searchxml.net/­support/­handoutsdocs.pingcap.com/­tidb/­stable
DeveloperGoogleDanga Interactive infooriginally developed by Brad Fitzpatrick for LiveJournalFacebook, Inc.informationpartners gmbhPingCAP, Inc.
Initial release20112003201320152016
Current release1.23, February 20211.6.25, March 20248.11.4, April 20241.08.0.0, March 2024
License infoCommercial or Open SourceOpen Source infoBSDOpen Source infoBSD licenseOpen Source infoBSDcommercialOpen Source infoApache 2.0
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.
TiDB Cloud: Fully-managed TiDB Service. Bring everything great about TiDB to the cloud.
Implementation languageC++CC++C++Go, Rust
Server operating systemsIllumos
Linux
OS X
Windows
FreeBSD
Linux
OS X
Unix
Windows
LinuxWindowsLinux
Data schemeschema-freeschema-freeschema-freeschema-freeyes
Typing infopredefined data types such as float or datenononoyesyes
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.nonoyesno
Secondary indexesnononoyesyes
SQL infoSupport of SQLnonononoyes
APIs and other access methodsProprietary protocolC++ API
Java API
RESTful HTTP API
WebDAV
XQuery
XSLT
GORM
JDBC
ODBC
Proprietary protocol
SQLAlchemy
Supported programming languagesC++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
.Net
C
C++
ColdFusion
Erlang
Java
Lisp
Lua
OCaml
Perl
PHP
Python
Ruby
C
C++
Go
Java
Perl
Python
Ruby
C++ infomost other programming languages supported via APIsAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresnononoyes infoon the application serverno
Triggersnononono
Partitioning methods infoMethods for storing different data on different nodesnonenonehorizontal partitioningnonehorizontal partitioning (by key range)
Replication methods infoMethods for redundantly storing data on multiple nodesnonenone infoRepcached, a Memcached patch, provides this functionallityyesyes infosychronisation to multiple collectionsUsing Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononoyes infowith TiSpark Connector
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonononoyes infofull support since version 6.6
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoyesmultiple readers, single writerACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes infowith automatic compression on writesnoyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnono
User concepts infoAccess controlnoyes infousing SASL (Simple Authentication and Security Layer) protocolnoDomain, group and role-based access control at the document level and for application servicesFine grained access rights according to SQL-standard
More information provided by the system vendor
LevelDBMemcachedRocksDBsearchxmlTiDB
Specific characteristicsTiDB is an advanced open-source, distributed SQL database for modern application...
» more
Competitive advantages- HORIZONTAL SCALING : TiDB grants total transparency into your data workloads without...
» more
Typical application scenariosTiDB is ideal for transactional applications that require extreme scalability and...
» more
Key customersBlock, Pinterest, Catalyst, Bolt, Flipkart, Capcom, Shopee (E-commerce), JD Cloud...
» more
Market metrics34K+ GitHub stars 5K+ members in TiDB Community Slack 1K+ community contributors...
» more
Licensing and pricing modelsTiDB Community : Free open source software (Apache 2.0) TiDB Self-Hosted : Enterprise...
» 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 partiesSpeedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» more

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

More resources
LevelDBMemcachedRocksDBsearchxmlTiDB
DB-Engines blog posts

Redis extends the lead in the DB-Engines key-value store ranking
3 February 2014, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3 October 2012, Matthias Gelbmann, Paul Andlinger

show all

Recent citations in the news

LevelDB in Ruby — SitePoint
22 October 2014, SitePoint

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

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

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

Threat Thursday: BlackGuard Infostealer Rises from Russian Underground Markets
21 April 2022, BlackBerry Blog

provided by Google News

Why DDoS Threat Actors Are Shifting Their Tactics
15 March 2024, Infosecurity Magazine

Ubuntu 24.04 Helping Achieve Greater Performance On Intel Xeon Scalable Emerald Rapids
8 March 2024, Phoronix

What are memcached servers, and why are they being used to launch record-setting DDoS attacks?
6 March 2018, GeekWire

Introducing mcrouter: A memcached protocol router for scaling memcached deployments
15 September 2014, Facebook Engineering

Why Redis beats Memcached for caching
14 September 2017, InfoWorld

provided by Google News

Did Rockset Just Solve Real-Time Analytics?
25 August 2021, Datanami

Meta’s Velox Means Database Performance Is Not Subject To Interpretation
31 August 2022, The Next Platform

Linux 6.9 Drives AMD 4th Gen EPYC Performance Even Higher For Some Workloads
29 March 2024, Phoronix

Facebook's MyRocks Truly Rocks!
21 September 2020, Open Source For You

The Journey to a Million Ops / Sec / Node in Venice
16 March 2024, InfoQ.com

provided by Google News

How PingCAP transformed TiDB into a serverless DBaaS using Amazon S3 and Amazon EBS | Amazon Web Services
14 November 2023, AWS Blog

PingCAP Launches TiDB 7.5, Enhancing Distributed SQL Database Tech
19 December 2023, Datanami

Google Cloud's C3D Instances Provide Strong Performance Value For PingCAP's TiDB
28 March 2024, Phoronix

Announcing TiDB 7.4: The Best Database Alternative for MySQL 8.0
1 November 2023, PR Newswire

Unlocking performance, scalability, and cost-efficiency of Zomato's Billing Platform by switching from TiDB to ...
22 December 2023, AWS Blog

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.

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

Milvus logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Present your product here