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 > Alibaba Cloud MaxCompute vs. Badger vs. Memcached vs. OrigoDB vs. PouchDB

System Properties Comparison Alibaba Cloud MaxCompute vs. Badger vs. Memcached vs. OrigoDB vs. PouchDB

Editorial information provided by DB-Engines
NameAlibaba Cloud MaxCompute  Xexclude from comparisonBadger  Xexclude from comparisonMemcached  Xexclude from comparisonOrigoDB  Xexclude from comparisonPouchDB  Xexclude from comparison
DescriptionMaxCompute (previously known as ODPS) is a general purpose, fully managed, multi-tenancy data processing platform for large-scale data warehousingAn embeddable, persistent, simple and fast Key-Value Store, written purely in Go.In-memory key-value store, originally intended for cachingA fully ACID in-memory object graph databaseJavaScript DBMS with an API inspired by CouchDB
Primary database modelRelational DBMS infoa graph-processing framework is available with the graphs being stored in tablesKey-value storeKey-value storeDocument store
Object oriented DBMS
Document store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.84
Rank#209  Overall
#98  Relational DBMS
Score0.22
Rank#320  Overall
#47  Key-value stores
Score18.08
Rank#32  Overall
#4  Key-value stores
Score0.06
Rank#380  Overall
#50  Document stores
#18  Object oriented DBMS
Score2.34
Rank#112  Overall
#21  Document stores
Websitewww.alibabacloud.com/­product/­maxcomputegithub.com/­dgraph-io/­badgerwww.memcached.orgorigodb.compouchdb.com
Technical documentationwww.alibabacloud.com/­help/­en/­maxcomputegodoc.org/­github.com/­dgraph-io/­badgergithub.com/­memcached/­memcached/­wikiorigodb.com/­docspouchdb.com/­guides
DeveloperAlibabaDGraph LabsDanga Interactive infooriginally developed by Brad Fitzpatrick for LiveJournalRobert Friberg et alApache Software Foundation
Initial release2016201720032009 infounder the name LiveDB2012
Current release1.6.27, May 20247.1.1, June 2019
License infoCommercial or Open SourcecommercialOpen Source infoApache 2.0Open Source infoBSD licenseOpen 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.
Implementation languageGoCC#JavaScript
Server operating systemshostedBSD
Linux
OS X
Solaris
Windows
FreeBSD
Linux
OS X
Unix
Windows
Linux
Windows
server-less, requires a JavaScript environment (browser, Node.js)
Data schemeyesschema-freeschema-freeyesschema-free
Typing infopredefined data types such as float or dateyesnonoUser defined using .NET types and collectionsno
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 infocan be achieved using .NETno
Secondary indexesnononoyesyes infovia views
SQL infoSupport of SQLSQL-like query languagenononono
APIs and other access methodsFluentd
Flume
MaxCompute Console
Proprietary protocol.NET Client API
HTTP API
LINQ
HTTP REST infoonly for PouchDB Server
JavaScript API
Supported programming languagesJavaGo.Net
C
C++
ColdFusion
Erlang
Java
Lisp
Lua
OCaml
Perl
PHP
Python
Ruby
.NetJavaScript
Server-side scripts infoStored proceduresuser defined functions infoin JavanonoyesView functions in JavaScript
Triggersnononoyes infoDomain Eventsyes
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud servicenonenonehorizontal partitioning infoclient side managed; servers are not synchronizedSharding infowith a proxy-based framework, named couchdb-lounge
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud servicenonenone infoRepcached, a Memcached patch, provides this functionallitySource-replica replicationMulti-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencynoneEventual Consistency
Foreign keys infoReferential integritynononodepending on modelno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanononoACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyesnoyes infoWrite ahead logyes 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.nonoyesyes
User concepts infoAccess controlAccess rights for users and rolesnoyes infousing SASL (Simple Authentication and Security Layer) protocolRole based authorizationno

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

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

More resources
Alibaba Cloud MaxComputeBadgerMemcachedOrigoDBPouchDB
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

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

show all

Recent citations in the news

Alibaba Cloud To Launch Big Data Service in Europe
15 June 2017, Alizila

Streaming Data Services Comparison: Alibaba Cloud, AWS, Azure, Google Cloud, IBM Cloud
20 January 2020, Wire19

Denodo and Alibaba Cloud Join Forces to Deliver Logical Data Integration and Management
5 July 2023, AiThority

How Big Data Platform Helped Power Last Year's Double 11
3 March 2020, DataDrivenInvestor

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

provided by Google News

Memcached Adoption Spurs Solutions
30 May 2024, Data Center Knowledge

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

Why Redis beats Memcached for caching
14 September 2017, InfoWorld

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

provided by Google News

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

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

3 Reasons To Think Offline First
22 March 2017, ibm.com

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

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

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.

Milvus logo

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

Present your product here