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. Cassandra vs. Infobright vs. Oracle vs. OrientDB

System Properties Comparison Alibaba Cloud MaxCompute vs. Cassandra vs. Infobright vs. Oracle vs. OrientDB

Editorial information provided by DB-Engines
NameAlibaba Cloud MaxCompute  Xexclude from comparisonCassandra  Xexclude from comparisonInfobright  Xexclude from comparisonOracle  Xexclude from comparisonOrientDB  Xexclude from comparison
DescriptionMaxCompute (previously known as ODPS) is a general purpose, fully managed, multi-tenancy data processing platform for large-scale data warehousingWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessHigh performant column-oriented DBMS for analytic workloads using MySQL or PostgreSQL as a frontendWidely used RDBMSMulti-model DBMS (Document, Graph, Key/Value)
Primary database modelRelational DBMS infoa graph-processing framework is available with the graphs being stored in tablesWide column storeRelational DBMSRelational DBMSDocument store
Graph DBMS
Key-value store
Secondary database modelsVector DBMS infostarting with release V5Document store
Graph DBMS infowith Oracle Spatial and Graph
RDF store infowith Oracle Spatial and Graph
Spatial DBMS infowith Oracle Spatial and Graph
Vector DBMS infosince Oracle 23
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.77
Rank#214  Overall
#98  Relational DBMS
Score101.89
Rank#12  Overall
#1  Wide column stores
Score0.96
Rank#194  Overall
#91  Relational DBMS
Score1236.29
Rank#1  Overall
#1  Relational DBMS
Score3.19
Rank#93  Overall
#16  Document stores
#7  Graph DBMS
#14  Key-value stores
Websitewww.alibabacloud.com/­product/­maxcomputecassandra.apache.orgignitetech.com/­softwarelibrary/­infobrightdbwww.oracle.com/­databaseorientdb.org
Technical documentationwww.alibabacloud.com/­help/­en/­maxcomputecassandra.apache.org/­doc/­latestdocs.oracle.com/­en/­databasewww.orientdb.com/­docs/­last/­index.html
DeveloperAlibabaApache Software Foundation infoApache top level project, originally developped by FacebookIgnite Technologies Inc.; formerly InfoBright Inc.OracleOrientDB LTD; CallidusCloud; SAP
Initial release20162008200519802010
Current release4.1.3, July 202323c, September 20233.2.29, March 2024
License infoCommercial or Open SourcecommercialOpen Source infoApache version 2commercial infoThe open source (GPLv2) version did not support inserts/updates/deletes and was discontinued with July 2016commercial inforestricted free version is availableOpen Source infoApache version 2
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.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.
Implementation languageJavaCC and C++Java
Server operating systemshostedBSD
Linux
OS X
Windows
Linux
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
All OS with a Java JDK (>= JDK 6)
Data schemeyesschema-freeyesyes infoSchemaless in JSON and XML columnsschema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")
Typing infopredefined data types such as float or dateyesyesyesyesyes
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.nononoyesno
Secondary indexesnorestricted infoonly equality queries, not always the best performing solutionno infoKnowledge Grid Technology used insteadyesyes
SQL infoSupport of SQLSQL-like query languageSQL-like SELECT, DML and DDL statements (CQL)yesyes infowith proprietary extensionsSQL-like query language, no joins
APIs and other access methodsFluentd
Flume
MaxCompute Console
Proprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
ADO.NET
JDBC
ODBC
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Tinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
Supported programming languagesJavaC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
.Net
C
C#
C++
D
Eiffel
Erlang
Haskell
Java
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C#
C++
Clojure
Cobol
Delphi
Eiffel
Erlang
Fortran
Groovy
Haskell
Java
JavaScript
Lisp
Objective C
OCaml
Perl
PHP
Python
R
Ruby
Scala
Tcl
Visual Basic
.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Server-side scripts infoStored proceduresuser defined functions infoin JavanonoPL/SQL infoalso stored procedures in Java possibleJava, Javascript
TriggersnoyesnoyesHooks
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceSharding infono "single point of failure"noneSharding, horizontal partitioningSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud serviceselectable replication factor infoRepresentation of geographical distribution of servers is possibleSource-replica replicationMulti-source replication
Source-replica replication
Multi-source replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesnono infocan be realized in PL/SQLno infocould be achieved with distributed queries
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononoyesyes inforelationship in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanono infoAtomicity and isolation are supported for single operationsACIDACID infoisolation level can be parameterizedACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesyes infoVersion 12c introduced the new option 'Oracle Database In-Memory'
User concepts infoAccess controlAccess rights for users and rolesAccess rights for users can be defined per objectfine grained access rights according to SQL-standard infoexploiting MySQL or PostgreSQL frontend capabilitiesfine grained access rights according to SQL-standardAccess rights for users and roles; record level security configurable
More information provided by the system vendor
Alibaba Cloud MaxComputeCassandraInfobrightOracleOrientDB
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Market metricsCassandra is used by 40% of the Fortune 100.
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
News

How to Build a Crystal Image Search App with Vector Search
25 April 2024

Knowledge Graphs for RAG without a GraphDB
18 April 2024

How Winweb Built its AI Assistant with DataStax Astra DB and LangChain
17 April 2024

Vercel + Astra DB: Get Data into Your GenAI Apps Fast
16 April 2024

Simplifying Agent Development with Astra DB Connector for Vertex AI Search
11 April 2024

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

Cassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» more
Devart ODBC driver for Oracle accesses Oracle databases from ODBC-compliant reporting, analytics, BI, and ETL tools on both 32 and 64-bit Windows, macOS, and Linux.
» more

Navicat for Oracle improves the efficiency and productivity of Oracle developers and administrators with a streamlined working environment.
» more

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

More resources
Alibaba Cloud MaxComputeCassandraInfobrightOracleOrientDB
DB-Engines blog posts

Cassandra keeps climbing the ranks of the DB-Engines Ranking
3 May 2016, Matthias Gelbmann

Oracle is the DBMS of the Year
5 January 2016, Paul Andlinger, Matthias Gelbmann

Winners, losers and an attractive newcomer in Novembers DB-Engines ranking
2 November 2015, Paul Andlinger

show all

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Architecting eCommerce Platforms for Zero Downtime on Black Friday and Beyond
25 November 2016, Tony Branson (guest author)

show all

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Conferences, events and webinars

Oracle Cloud World
Las Vegas, 9-12 September 2024

Recent citations in the news

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

Alibaba Cloud introduces serverless AI solution to boost enterprise efficiency
31 January 2024, Backend News

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

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

Denodo and Alibaba Cloud partner to deliver logical data integration to enterprises, ETCIO SEA
5 July 2023, ETCIO South East Asia

provided by Google News

What Is Cassandra? Working, Features, and Uses - Spiceworks Inc
17 August 2023, Spiceworks News and Insights

Here's What to Know About Apache Cassandra 5.0
15 April 2024, hackernoon.com

How Uber Optimized Cassandra Operations At Scale
20 July 2023, Uber

Microsoft extends life support for aging Apache Cassandra 3.11 database
10 October 2023, The Register

Cassandra is the “best f*cking database for gen AI,” says DataStax CEO
13 December 2023, VentureBeat

provided by Google News

What's New: April 2024
26 April 2024, Oracle

Why run Oracle Database on Arm
19 April 2024, Oracle

Blog Theme - Details
30 April 2024, Oracle

Oracle and Microsoft bring Oracle Database@Azure to Europe
14 March 2024, Oracle

Oracle Database@Azure now Generally Available in Azure East US Region to accelerate your data center exit
13 December 2023, Oracle

provided by Google News

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

K2View updates DataOps platform with data fabric automation
11 May 2021, TechTarget

provided by Google News



Share this page

Featured Products

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Milvus logo

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