DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Amazon Redshift vs. Bangdb vs. Couchbase vs. Datastax Enterprise vs. PouchDB

System Properties Comparison Amazon Redshift vs. Bangdb vs. Couchbase vs. Datastax Enterprise vs. PouchDB

Editorial information provided by DB-Engines
NameAmazon Redshift  Xexclude from comparisonBangdb  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonDatastax Enterprise  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 databaseDataStax Enterprise (DSE) is the always-on, scalable data platform built on Apache Cassandra and designed for hybrid Cloud. DSE integrates graph, search, analytics, administration, developer tooling, and monitoring into a unified platform.JavaScript DBMS with an API inspired by CouchDB
Primary database modelRelational DBMSDocument store
Graph DBMS
Time Series DBMS
Document storeWide column storeDocument 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
Document store
Graph DBMS
Spatial DBMS
Search engine
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score15.25
Rank#38  Overall
#23  Relational DBMS
Score0.07
Rank#346  Overall
#47  Document stores
#35  Graph DBMS
#32  Time Series DBMS
Score16.74
Rank#33  Overall
#5  Document stores
Score4.82
Rank#65  Overall
#4  Wide column stores
Score2.18
Rank#114  Overall
#21  Document stores
Websiteaws.amazon.com/­redshiftbangdb.comwww.couchbase.comwww.datastax.com/­products/­datastax-enterprisepouchdb.com
Technical documentationdocs.aws.amazon.com/­redshiftdocs.bangdb.comdocs.couchbase.comdocs.datastax.compouchdb.com/­guides
DeveloperAmazon (based on PostgreSQL)Sachin Sinha, BangDBCouchbase, Inc.DataStaxApache Software Foundation
Initial release20122012201120112012
Current releaseBangDB 2.0, October 2021Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 20236.8, April 20207.1.1, June 2019
License infoCommercial or Open SourcecommercialOpen Source infoBSD 3Open Source infoBusiness Source License (BSL 1.1); Commercial licenses also availablecommercialOpen 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.
Datastax Astra DB: Astra DB simplifies cloud-native Cassandra application development for your apps, microservices and functions. Deploy in minutes on AWS, Google Cloud, Azure, and have it managed for you by the experts, with serverless, pay-as-you-go pricing.
Implementation languageCC, C++C, C++, Go and ErlangJavaJavaScript
Server operating systemshostedLinuxLinux
OS X
Windows
Linux
OS X
server-less, requires a JavaScript environment (browser, Node.js)
Data schemeyesschema-freeschema-freeschema-freeschema-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 casesSQL-like DML and DDL statements (CQL); Spark SQLno
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
Proprietary protocol infoCQL (Cassandra Query Language)
TinkerPop Gremlin infowith DSE Graph
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
C
C#
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
JavaScript
Server-side scripts infoStored proceduresuser defined functions infoin PythonnoFunctions and timers in JavaScript and UDFs in Java, Python, SQL++noView functions in JavaScript
Triggersnoyes, Notifications (with Streaming only)yes infovia the TAP protocolyesyes
Partitioning methods infoMethods for storing different data on different nodesShardingSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmAutomatic ShardingSharding infono "single point of failure"Sharding 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 factor, datacenter aware, advanced replication for edge computingMulti-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesyesyes
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
Immediate Consistency
Tunable Consistency infoconsistency level can be individually decided with each write operation
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 infoAtomicity and isolation are supported for single operationsno
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 bucketsyesyes
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.Access rights for users can be defined per objectno
More information provided by the system vendor
Amazon RedshiftBangdbCouchbase infoOriginally called MembaseDatastax EnterprisePouchDB
Specific characteristicsDataStax Enterprise is scale-out data infrastructure for enterprises that need to...
» more
Competitive advantagesSupporting the following application requirements: Zero downtime - Built on Apache...
» more
Typical application scenariosApplications that must be massively and linearly scalable with 100% uptime and able...
» more
Key customersCapital One, Cisco, Comcast, eBay, McDonald's, Microsoft, Safeway, Sony, UBS, and...
» more
Market metricsAmong the Forbes 100 Most Innovative Companies, DataStax is trusted by 5 of the top...
» more
Licensing and pricing modelsAnnual subscription
» 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 MembaseDatastax EnterprisePouchDB
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

Amazon Redshift now supports enhanced VPC routing warehouses in zero-ETL integration
16 September 2024, AWS Blog

Amazon Redshift Serverless now supports AWS PrivateLink
30 August 2024, AWS Blog

Amazon Redshift Serverless is now available in the AWS Asia Pacific (Hong Kong) and Israel (Tel Aviv) Regions
12 September 2024, AWS Blog

Amazon RDS for MySQL zero-ETL integration with Amazon Redshift, now generally available, enables near real-time analytics | Amazon Web Services
12 September 2024, AWS Blog

Harness Zero Copy data sharing from Salesforce Data Cloud to Amazon Redshift for Unified Analytics – Part 2
12 September 2024, AWS Blog

provided by Google News

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

Interview with SWE, SJSU ranks no. 4 with WSJ, Couchbase moves to San Jose, and more!
18 September 2024, SJSU Today

Couchbase, Inc. (BASE) Reports Q2 Loss, Tops Revenue Estimates
4 September 2024, Yahoo Finance

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

Why Couchbase Stock Plummeted Today
5 September 2024, The Motley Fool

provided by Google News

DataStax Enterprise 4.0 Gives in-Memory Option to Cassandra
31 May 2024, Data Center Knowledge

DataStax previews new Hyper Converged Data Platform for enterprise AI
15 May 2024, VentureBeat

DataStax to launch AI-integrated data platforms HCDP & DSE 6.9
16 May 2024, IT Brief Asia

DataStax Launches New Hyper-Converged Data Platform Giving Enterprises the Complete Modern Data Center Suite Needed for AI in Production
15 May 2024, Business Wire

DataStax acquires the startup behind low-code AI builder Langflow
4 April 2024, TechCrunch

provided by Google News

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

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

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

provided by Google News



Share this page

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here