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 > Amazon Redshift vs. Bangdb vs. Couchbase vs. CrateDB vs. PouchDB

System Properties Comparison Amazon Redshift vs. Bangdb vs. Couchbase vs. CrateDB vs. PouchDB

Editorial information provided by DB-Engines
NameAmazon Redshift  Xexclude from comparisonBangdb  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonCrateDB  Xexclude from comparisonPouchDB  Xexclude from comparison
DescriptionLarge scale data warehouse service for use with business intelligence toolsConverged and high performance database for device data, events, time series, document and graphA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseDistributed Database based on LuceneJavaScript DBMS with an API inspired by CouchDB
Primary database modelRelational DBMSDocument store
Graph DBMS
Time Series DBMS
Document storeDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Document store
Secondary database modelsSpatial 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
Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score16.88
Rank#35  Overall
#22  Relational DBMS
Score0.16
Rank#338  Overall
#47  Document stores
#32  Graph DBMS
#31  Time Series DBMS
Score16.59
Rank#36  Overall
#5  Document stores
Score0.71
Rank#227  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#9  Vector DBMS
Score2.34
Rank#112  Overall
#21  Document stores
Websiteaws.amazon.com/­redshiftbangdb.comwww.couchbase.comcratedb.compouchdb.com
Technical documentationdocs.aws.amazon.com/­redshiftdocs.bangdb.comdocs.couchbase.comcratedb.com/­docspouchdb.com/­guides
DeveloperAmazon (based on PostgreSQL)Sachin Sinha, BangDBCouchbase, Inc.CrateApache Software Foundation
Initial release20122012201120132012
Current releaseBangDB 2.0, October 2021Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 20237.1.1, June 2019
License infoCommercial or Open SourcecommercialOpen Source infoBSD 3Open Source infoBusiness Source License (BSL 1.1); Commercial licenses also availableOpen SourceOpen Source
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.
CrateDB Cloud: a distributed SQL database that spreads data and processing across an elastic cluster of shared nothing nodes. CrateDB Cloud enables data insights at scale on Microsoft Azure, AWS and Google Cloud Platform.
Implementation languageCC, C++C, C++, Go and ErlangJavaJavaScript
Server operating systemshostedLinuxLinux
OS X
Windows
All Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportserver-less, requires a JavaScript environment (browser, Node.js)
Data schemeyesschema-freeschema-freeFlexible Schema (defined schema, partial schema, schema free)schema-free
Typing infopredefined data types such as float or dateyesyes: string, long, double, int, geospatial, stream, eventsyesyesno
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 indexesrestrictedyes infosecondary, composite, nested, reverse, geospatialyesyesyes infovia views
SQL infoSupport of SQLyes infodoes not fully support an SQL-standardSQL like support with command line toolSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesyes, but no triggers and constraints, and PostgreSQL compatibilityno
APIs and other access methodsJDBC
ODBC
Proprietary protocol
RESTful HTTP API
CLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
ADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
HTTP REST infoonly for PouchDB Server
JavaScript API
Supported programming languagesAll languages supporting JDBC/ODBCC
C#
C++
Java
Python
.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
JavaScript
Server-side scripts infoStored proceduresuser defined functions infoin PythonnoFunctions and timers in JavaScript and UDFs in Java, Python, SQL++user defined functions (Javascript)View functions in JavaScript
Triggersnoyes, Notifications (with Streaming only)yes infovia the TAP protocolnoyes
Partitioning methods infoMethods for storing different data on different nodesShardingSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmAutomatic ShardingShardingSharding infowith a proxy-based framework, named couchdb-lounge
Replication methods infoMethods for redundantly storing data on multiple nodesyesselectable replication factor, Knob for CAP (enterprise version only)Multi-source replication infoincluding cross data center replication
Source-replica replication
Configurable replication on table/partition-levelMulti-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyTunable consistency, set CAP knob accordinglyEventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Eventual Consistency
Read-after-write consistency on record level
Eventual Consistency
Foreign keys infoReferential integrityyes infoinformational only, not enforced by the systemnononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDno infounique row identifiers can be used for implementing an optimistic concurrency control strategyno
Concurrency infoSupport for concurrent manipulation of datayesyes, optimistic concurrency controlyesyes
Durability infoSupport for making data persistentyesyes, implements WAL (Write ahead log) as wellyesyesyes infoby using IndexedDB, WebSQL or LevelDB as backend
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes, run db with in-memory only modeyes infoEphemeral bucketsnoyes
User concepts infoAccess controlfine grained access rights according to SQL-standardyes (enterprise version only)User and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.rights management via user accountsno
More information provided by the system vendor
Amazon RedshiftBangdbCouchbase infoOriginally called MembaseCrateDBPouchDB
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» more
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» more
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» more
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» more
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» more
Licensing and pricing modelsSee CrateDB pricing >
» 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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» 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 RedshiftBangdbCouchbase infoOriginally called MembaseCrateDBPouchDB
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

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

Recent citations in the news

How Swisscom automated Amazon Redshift as part of their One Data Platform solution using AWS CDK – Part 1 ...
12 June 2024, AWS Blog

Amazon Redshift Serverless is now available in the AWS Middle East (UAE) region - AWS
7 June 2024, AWS Blog

Amazon Redshift Serverless is now generally available in the AWS China (Ningxia) Region - AWS
28 May 2024, AWS Blog

Integrate Tableau and Okta with Amazon Redshift using AWS IAM Identity Center | Amazon Web Services
3 June 2024, AWS Blog

Amazon Redshift adds new AI capabilities, including Amazon Q, to boost efficiency and productivity | Amazon Web ...
29 November 2023, AWS Blog

provided by Google News

Database company Couchbase cruises to another solid earnings and revenue beat
5 June 2024, SiliconANGLE News

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

Couchbase (NASDAQ:BASE) Posts Better-Than-Expected Sales In Q1, Next Quarter's Growth Looks Optimistic
5 June 2024, Yahoo Finance

Couchbase, Inc. (BASE) Tops Q1 EPS by 5c; offers outlook
5 June 2024, StreetInsider.com

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

provided by Google News

AWS Marketplace: CrateDB Cloud Comments
12 June 2024, AWS Blog

CrateDB Announces Availability of CrateDB on Google Cloud Marketplace
8 April 2024, Datanami

CrateDB Partners with HiveMQ to Deliver a Seamless Data Management Architecture for IoT
25 March 2024, PR Newswire

How We Designed CrateDB as a Realtime SQL DBMS for the Internet of Things
29 August 2017, The New Stack

Crate.io Introduces CrateDB 2.0 Enterprise and Open Source Editions
16 May 2017, Business Wire

provided by Google News

Building an Offline First App with PouchDB — SitePoint
10 March 2014, SitePoint

Getting Started with PouchDB Client-Side JavaScript Database — SitePoint
7 September 2016, SitePoint

3 Reasons To Think Offline First
22 March 2017, IBM

Create Offline Web Apps Using Service Workers & PouchDB — SitePoint
7 March 2017, SitePoint

Offline-first web and mobile apps: Top frameworks and components
22 January 2019, TechBeacon

provided by Google News



Share this page

Featured Products

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

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