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

DBMS > Alibaba Cloud Table Store vs. Amazon DynamoDB vs. Microsoft Azure Data Explorer vs. PouchDB vs. RethinkDB

System Properties Comparison Alibaba Cloud Table Store vs. Amazon DynamoDB vs. Microsoft Azure Data Explorer vs. PouchDB vs. RethinkDB

Editorial information provided by DB-Engines
NameAlibaba Cloud Table Store  Xexclude from comparisonAmazon DynamoDB  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonPouchDB  Xexclude from comparisonRethinkDB  Xexclude from comparison
DescriptionA fully managed Wide Column Store for large quantities of semi-structured data with real-time accessHosted, scalable database service by Amazon with the data stored in Amazons cloudFully managed big data interactive analytics platformJavaScript DBMS with an API inspired by CouchDBDBMS for the Web with a mechanism to push updated query results to applications in realtime.
Primary database modelWide column storeDocument store
Key-value store
Relational DBMS infocolumn orientedDocument storeDocument store
Secondary database modelsDocument store infoIf a column is of type dynamic docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types/­dynamic then it's possible to add arbitrary JSON documents in this cell
Event Store infothis is the general usage pattern at Microsoft. Billing, Logs, Telemetry events are stored in ADX and the state of an individual entity is defined by the arg_max(timestamps)
Spatial DBMS
Search engine infosupport for complex search expressions docs.microsoft.com/­en-us/­azure/­kusto/­query/­parseoperator FTS, Geospatial docs.microsoft.com/­en-us/­azure/­kusto/­query/­geo-point-to-geohash-function distributed search -> ADX acts as a distributed search engine
Time Series DBMS infosee docs.microsoft.com/­en-us/­azure/­data-explorer/­time-series-analysis
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.24
Rank#310  Overall
#12  Wide column stores
Score77.57
Rank#16  Overall
#2  Document stores
#2  Key-value stores
Score5.16
Rank#69  Overall
#37  Relational DBMS
Score2.35
Rank#116  Overall
#22  Document stores
Score2.84
Rank#106  Overall
#19  Document stores
Websitewww.alibabacloud.com/­product/­table-storeaws.amazon.com/­dynamodbazure.microsoft.com/­services/­data-explorerpouchdb.comrethinkdb.com
Technical documentationwww.alibabacloud.com/­help/­en/­tablestoredocs.aws.amazon.com/­dynamodbdocs.microsoft.com/­en-us/­azure/­data-explorerpouchdb.com/­guidesrethinkdb.com/­docs
DeveloperAlibabaAmazonMicrosoftApache Software FoundationThe Linux Foundation infosince July 2017
Initial release20162012201920122009
Current releasecloud service with continuous releases7.1.1, June 20192.4.1, August 2020
License infoCommercial or Open Sourcecommercialcommercial infofree tier for a limited amount of database operationscommercialOpen SourceOpen Source infoApache Version 2
Cloud-based only infoOnly available as a cloud serviceyesyesyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaScriptC++
Server operating systemshostedhostedhostedserver-less, requires a JavaScript environment (browser, Node.js)Linux
OS X
Windows
Data schemeschema-freeschema-freeFixed schema with schema-less datatypes (dynamic)schema-freeschema-free
Typing infopredefined data types such as float or dateyesyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesnoyes infostring, binary, float, bool, date, geometry
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.noyesnono
Secondary indexesnoyesall fields are automatically indexedyes infovia viewsyes
SQL infoSupport of SQLnonoKusto Query Language (KQL), SQL subsetnono
APIs and other access methodsHTTP APIRESTful HTTP APIMicrosoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
HTTP REST infoonly for PouchDB Server
JavaScript API
Supported programming languagesJava
Python
.Net
ColdFusion
Erlang
Groovy
Java
JavaScript
Perl
PHP
Python
Ruby
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
JavaScriptC infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Server-side scripts infoStored proceduresnonoYes, possible languages: KQL, Python, RView functions in JavaScript
Triggersnoyes infoby integration with AWS Lambdayes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyesClient-side triggers through changefeeds
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceShardingSharding infoImplicit feature of the cloud serviceSharding infowith a proxy-based framework, named couchdb-loungeSharding inforange based
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud serviceyesyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnono infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)Spark connector (open source): github.com/­Azure/­azure-kusto-sparkyesyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infocan be specified for read operations
Eventual Consistency
Immediate Consistency
Eventual ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic single-row operationsACID infoACID across one or more tables within a single AWS account and regionnonoAtomic single-document operations
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoMVCC based
Durability infoSupport for making data persistentyesyesyesyes infoby using IndexedDB, WebSQL or LevelDB as backendyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesno
User concepts infoAccess controlAccess rights based on subaccounts and tokensAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)Azure Active Directory Authenticationnoyes infousers and table-level permissions

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

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

More resources
Alibaba Cloud Table StoreAmazon DynamoDBMicrosoft Azure Data ExplorerPouchDBRethinkDB
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

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

show all

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

Apache Software Foundation Announces New Top-Level Project Apache Paimon
19 April 2024, Datanami

Apache Software Foundation Announces New Top-Level Project Apache® Paimon
16 April 2024, GlobeNewswire

Gartner’s Magic Quadrant for Cloud Database Management Systems
9 December 2020, CRN

25 Best Cloud Service Providers (Public and Private) in 2024
4 June 2023, CybersecurityNews

Top data analytics tools comparison: Alibaba Cloud, AWS, Azure, Google Cloud, IBM
5 December 2019, Wire19

provided by Google News

AWS announces Amazon DynamoDB zero-ETL integration with Amazon OpenSearch Service
28 November 2023, AWS Blog

Simplify cross-account access control with Amazon DynamoDB using resource-based policies | Amazon Web Services
20 March 2024, AWS Blog

A new and improved AWS CDK construct for Amazon DynamoDB tables | Amazon Web Services
31 January 2024, AWS Blog

Migrating Uber's Ledger Data from DynamoDB to LedgerStore
11 April 2024, Uber

Bulk update Amazon DynamoDB tables with AWS Step Functions | Amazon Web Services
20 March 2024, AWS Blog

provided by Google News

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, Microsoft

Providing modern data transfer and storage service at Microsoft with Microsoft Azure - Inside Track Blog
13 July 2023, microsoft.com

General availability: New KQL function to enrich your data analysis with geographic context | Azure updates
6 June 2023, Microsoft

What is Microsoft Fabric? A big tech stack for big data
9 February 2024, InfoWorld

Public Preview: Azure Cosmos DB to Azure Data Explorer Synapse Link | Azure updates
9 January 2023, Microsoft

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.com

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

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

provided by Google News

MongoDB: The Popular Database for IoT
15 August 2023, Open Source For You

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

RethinkDB is dead, and MongoDB isn't what killed it
24 January 2017, TechRepublic

Review: RethinkDB rethinks real-time Web apps
23 September 2015, InfoWorld

provided by Google News



Share this page

Featured Products

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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

Milvus logo

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

Present your product here