DB-EnginesEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Amazon DynamoDB vs. ClickHouse vs. Couchbase vs. LevelDB vs. RRDtool

System Properties Comparison Amazon DynamoDB vs. ClickHouse vs. Couchbase vs. LevelDB vs. RRDtool

Editorial information provided by DB-Engines
NameAmazon DynamoDB  Xexclude from comparisonClickHouse  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonLevelDB  Xexclude from comparisonRRDtool  Xexclude from comparison
DescriptionHosted, scalable database service by Amazon with the data stored in Amazons cloudA high-performance, column-oriented SQL DBMS for online analytical processing (OLAP) that uses all available system resources to their full potential to process each analytical query as fast as possible. It is available as both an open-source software and a cloud offering.A distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseEmbeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesIndustry standard data logging and graphing tool for time series data. RRD is an acronym for round-robin database. infoThe data is stored in a circular buffer, thus the system storage footprint remains constant over time.
Primary database modelDocument store
Key-value store
Relational DBMSDocument storeKey-value storeTime Series DBMS
Secondary database modelsTime Series DBMSKey-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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score71.85
Rank#17  Overall
#3  Document stores
#2  Key-value stores
Score16.25
Rank#37  Overall
#22  Relational DBMS
Score17.10
Rank#34  Overall
#5  Document stores
Score2.39
Rank#110  Overall
#18  Key-value stores
Score1.68
Rank#137  Overall
#11  Time Series DBMS
Websiteaws.amazon.com/­dynamodbclickhouse.comwww.couchbase.comgithub.com/­google/­leveldboss.oetiker.ch/­rrdtool
Technical documentationdocs.aws.amazon.com/­dynamodbclickhouse.com/­docsdocs.couchbase.comgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mdoss.oetiker.ch/­rrdtool/­doc
DeveloperAmazonClickhouse Inc.Couchbase, Inc.GoogleTobias Oetiker
Initial release20122016201120111999
Current releasev24.6.2.17-stable, July 2024Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 20231.23, February 20211.8.0, 2022
License infoCommercial or Open Sourcecommercial infofree tier for a limited amount of database operationsOpen Source infoApache 2.0Open Source infoBusiness Source License (BSL 1.1); Commercial licenses also availableOpen Source infoBSDOpen Source infoGPL V2 and FLOSS
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.
  • ClickHouse Cloud: Get the performance you love from open source ClickHouse in a serverless offering that takes care of the details so you can spend more time getting insight out of the fastest database on earth.
  • DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
Implementation languageC++C, C++, Go and ErlangC++C infoImplementations in Java (e.g. RRD4J) and C# available
Server operating systemshostedFreeBSD
Linux
macOS
Linux
OS X
Windows
Illumos
Linux
OS X
Windows
HP-UX
Linux
Data schemeschema-freeyesschema-freeschema-freeyes
Typing infopredefined data types such as float or dateyesyesyesnoNumeric data only
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 infoExporting into and restoring from XML files possible
Secondary indexesyesyesyesnono
SQL infoSupport of SQLnoClose to ANSI SQL (SQL/JSON + extensions)SQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesnono
APIs and other access methodsRESTful HTTP APIgRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietary protocol
CLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
in-process shared library
Pipes
Supported programming languages.Net
ColdFusion
Erlang
Groovy
Java
JavaScript
Perl
PHP
Python
Ruby
C# info3rd party library
C++
Elixir info3rd party library
Go info3rd party library
Java info3rd party library
JavaScript (Node.js) info3rd party library
Kotlin info3rd party library
Nim info3rd party library
Perl info3rd party library
PHP info3rd party library
Python info3rd party library
R info3rd party library
Ruby info3rd party library
Rust
Scala info3rd party library
.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
C++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
C infowith librrd library
C# infowith a different implementation of RRDTool
Java infowith a different implementation of RRDTool
JavaScript (Node.js) infowith a different implementation of RRDTool
Lua
Perl
PHP infowith a wrapper library
Python
Ruby
Server-side scripts infoStored proceduresnoyesFunctions and timers in JavaScript and UDFs in Java, Python, SQL++nono
Triggersyes infoby integration with AWS Lambdanoyes infovia the TAP protocolnono
Partitioning methods infoMethods for storing different data on different nodesShardingkey based and customAutomatic Shardingnonenone
Replication methods infoMethods for redundantly storing data on multiple nodesyesAsynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.Multi-source replication infoincluding cross data center replication
Source-replica replication
nonenone
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)noyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be specified for read operations
Immediate ConsistencyEventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Immediate Consistencynone
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoACID across one or more tables within a single AWS account and regionnoACIDnono
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infoby using the rrdcached daemon
Durability infoSupport for making data persistentyesyesyesyes infowith automatic compression on writesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoEphemeral bucketsyes
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)Access rights for users and roles. Column and row based policies. Quotas and resource limits. Pluggable authentication with LDAP and Kerberos. Password based, X.509 certificate, and SSH key authentication.User and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.nono

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
DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
» more
CData: 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
Amazon DynamoDBClickHouseCouchbase infoOriginally called MembaseLevelDBRRDtool
DB-Engines blog posts

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7 February 2017, Matthias Gelbmann

Increased popularity for consuming DBMS services out of the cloud
2 October 2015, Paul Andlinger

show all

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

show all

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

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

Recent citations in the news

AWS Re:Invent 2018: Amazon DynamoDB Deep Dive: Advanced Design Patterns For DynamoDB (DAT401) [863b05]
28 October 2024, Chicago Catholic

Amazon Aurora PostgreSQL and Amazon DynamoDB zero-ETL integrations with Amazon Redshift now generally available | Amazon Web Services
15 October 2024, AWS Blog

Vector search for Amazon DynamoDB with zero ETL for Amazon OpenSearch Service
2 October 2024, AWS Blog

Get started with Amazon DynamoDB zero-ETL integration with Amazon Redshift
17 October 2024, AWS Blog

Join the preview of attribute-based access control for Amazon DynamoDB | Amazon Web Services
3 September 2024, AWS Blog

provided by Google News

Real-time database startup ClickHouse acquires PeerDB to expand its Postgres support
30 July 2024, TechCrunch

Azur Games migrates all game analytics data to ClickHouse Cloud on AWS
16 July 2024, AWS Blog

A 1000x Faster Database Solution: ClickHouse’s Aaron Katz
17 October 2024, The Software Report

A Beginner’s Guide to ClickHouse Database
13 September 2024, KDnuggets

ClickHouse Acquires PeerDB to Boost Real-time Analytics with Postgres CDC Integration
30 July 2024, Business Wire

provided by Google News

Couchbase: Tremendous Salvage Value In This Discarded Database Play (NASDAQ:BASE)
29 October 2024, Seeking Alpha

On the road, Vinita Srivalsan, Couchbase
25 October 2024, Foundry (an IDG, Inc. company)

Couchbase’s stock crumbles on anticipation of significant growth slowdown
4 September 2024, SiliconANGLE News

Horrell Capital Management Inc. Purchases 90,000 Shares of Couchbase, Inc. (NASDAQ:BASE)
29 October 2024, MarketBeat

Couchbase reports 20% Q2 revenue growth, though analysts expected more
9 September 2024, Blocks & Files

provided by Google News

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

Inside the "Fallguys" malware that steals your browsing data and gaming IMs; continued attack on open source software
2 September 2020, Sonatype Blog

RocksDB - Facebook's Database Now Open Source
21 November 2013, iProgrammer

New ransomware encrypts files, then steals your Discord account
20 November 2022, BleepingComputer

GIFShell - New Attack Method That Allows Attackers to Steal Data Using Microsoft Teams GIFs
9 September 2022, CybersecurityNews

provided by Google News

Critical IP spoofing bug patched in Cacti
15 December 2022, The Daily Swig

Installation Guide for Collectd and Collectd-Web to Monitor Server Resources in Linux
29 November 2017, Linux.com

Customize Munin and try increasing the types of graphs displayed
20 January 2007, GIGAZINE(ギガジン)

5 Best Small Business Network Monitoring Software Tools in 2024
13 May 2024, Addictive Tips

Monitor Router Traffic: 7 Best Monitoring Tools and Software
14 May 2024, Addictive Tips

provided by Google News



Share this page

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it 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.

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

Present your product here