DBMS > Cassandra vs. MySQL vs. NuoDB vs. Oracle vs. Oracle Berkeley DB
System Properties Comparison Cassandra vs. MySQL vs. NuoDB vs. Oracle vs. Oracle Berkeley DB
Editorial information provided by DB-Engines | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name | Cassandra Xexclude from comparison | MySQL Xexclude from comparison | NuoDB Xexclude from comparison | Oracle Xexclude from comparison | Oracle Berkeley DB Xexclude from comparison | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | Wide-column store based on ideas of BigTable and DynamoDB ![]() | Widely used open source RDBMS | NuoDB is a webscale distributed database that supports SQL and ACID transactions | Widely used RDBMS | Widely used in-process key-value store | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Primary database model | Wide column store | Relational DBMS ![]() | Relational DBMS | Relational DBMS | Key-value store ![]() Native XML DBMS ![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Secondary database models | Document store | Document store Graph DBMS ![]() RDF store ![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Website | cassandra.apache.org | www.mysql.com | www.nuodb.com | www.oracle.com/database | www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Technical documentation | cassandra.apache.org/doc/latest | dev.mysql.com/doc | doc.nuodb.com | docs.oracle.com/en/database | docs.oracle.com/cd/E17076_05/html/index.html | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Developer | Apache Software Foundation ![]() | Oracle ![]() | NuoDB, Inc. | Oracle | Oracle ![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Initial release | 2008 | 1995 | 2013 | 1980 | 1994 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Current release | 3.11.5, October 2019 | 8.0.18, October 2019 | 19c, February 2019 | 18.1 (Core), June 2018 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
License ![]() | Open Source ![]() | Open Source ![]() | commercial ![]() | commercial ![]() | Open Source ![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cloud-based only ![]() | no | no | no | no | no | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DBaaS offerings (sponsored links) ![]() Providers of DBaaS offerings, please contact us to be listed. | Azure Database for MySQL: A fully managed, scalable MySQL relational database with high availability and security built in at no extra cost | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Implementation language | Java | C and C++ | C++ | C and C++ | C, Java, C++ (depending on the Berkeley DB edition) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Server operating systems | BSD Linux OS X Windows | FreeBSD Linux OS X Solaris Windows | hosted ![]() Linux OS X Windows | AIX HP-UX Linux OS X Solaris Windows z/OS | AIX Android FreeBSD iOS Linux OS X Solaris VxWorks Windows | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Data scheme | schema-free | yes | yes | yes ![]() | schema-free | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Typing ![]() | yes | yes | yes | yes | no | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML support ![]() | no | yes | no | yes | yes ![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Secondary indexes | restricted ![]() | yes | yes | yes | yes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SQL ![]() | SQL-like SELECT, DML and DDL statements (CQL) | yes ![]() | yes | yes ![]() | yes ![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
APIs and other access methods | Proprietary protocol ![]() Thrift | ADO.NET JDBC ODBC Proprietary native API | ADO.NET JDBC ODBC | JDBC ODBC ODP.NET Oracle Call Interface (OCI) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Supported programming languages | C# C++ Clojure Erlang Go Haskell Java JavaScript ![]() Perl PHP Python Ruby Scala | Ada C C# C++ D Delphi Eiffel Erlang Haskell Java JavaScript (Node.js) Objective-C OCaml Perl PHP Python Ruby Scheme Tcl | .Net C C++ Go Java JavaScript JavaScript (Node.js) PHP Python Ruby | 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 ![]() others ![]() C C# C++ Java Perl Python Tcl | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Server-side scripts ![]() | no | yes ![]() | Java, SQL | PL/SQL ![]() | no | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Triggers | yes | yes | yes | yes | yes ![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Partitioning methods ![]() | Sharding ![]() | horizontal partitioning, sharding with MySQL Cluster or MySQL Fabric | data is dynamically stored/cached on the nodes where it is read/written | horizontal partitioning ![]() | none | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Replication methods ![]() | selectable replication factor ![]() | Master-master replication Master-slave replication | yes ![]() | Master-master replication Master-slave replication | Master-slave replication | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MapReduce ![]() | yes | no | no | no ![]() | no | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Consistency concepts ![]() | Eventual Consistency Immediate Consistency ![]() | Immediate Consistency | Immediate Consistency | Immediate Consistency | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Foreign keys ![]() | no | yes ![]() | yes | yes | no | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Transaction concepts ![]() | no ![]() | ACID ![]() | ACID ![]() | ACID ![]() | ACID | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Concurrency ![]() | yes | yes ![]() | yes ![]() | yes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Durability ![]() | yes | yes | yes | yes | yes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
In-memory capabilities ![]() | no | yes | yes ![]() | yes ![]() | yes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
User concepts ![]() | Access rights for users can be defined per object | Users with fine-grained authorization concept ![]() | Standard SQL roles/ privileges, Administrative Users | fine grained access rights according to SQL-standard | no | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
More information provided by the system vendor | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cassandra | MySQL | NuoDB | Oracle | Oracle Berkeley DB | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Specific characteristics | Apache Cassandra is the leading NoSQL, distributed database management system, well... » more | Horizontal scale-out, continuous availability, multi-tenant support, ANSI SQL compatible,... » more | Oracle Database (commonly referred to as Oracle RDBMS or simply as Oracle) is a multi-model... » more | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Competitive advantages | No single point of failure ensures 100% availability . Operational simplicity for... » more | NuoDB is a scale-out SQL RDBMS based on a Durable Distributed Caching (DDC) architecture.... » more | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Typical application scenarios | Internet of Things (IOT), fraud detection applications, recommendation engines, product... » more | Operational / OLTP database workloads in data centers or public clouds » more | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Key customers | Apple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best... » more | Dassault Systemes, Santander, Temenos » more | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Market metrics | Cassandra is used by 40% of the Fortune 100. » more | Fast growing commercial and enterprise customer base IDC Innovators: Dynamically... » more | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Licensing and pricing models | Apache license Pricing for commercial distributions provided by DataStax and available... » more | Subscription-based pricing with free community edition and commercial enterprise... » more | Oracle Database Cloud Services Customers can choose from a wide range of database... » more | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
News | Answers to Your 5 Questions about Database Scalability (Tech Blog) Top 10 FAQs from KubeCon 2019 in San Diego (Tech Blog) How Can I Confirm That My NuoDB Upgrade Completed Successfully? (Tech Blog) NuoDB Golang Operator Now Available, Delivering On Automated Day 2 Operations (Tech Blog) 3 Inflection Points Transforming the Banking Industry (Corporate Blog) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
We invite representatives of system vendors to contact us for updating and extending the system information, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Related products and services | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3rd parties | CData: Connect to Big Data & NoSQL through standard Drivers. » more DataStax Enterprise: Apache Cassandra for enterprises. » more Instaclustr: Fully Hosted and Managed Apache Cassandra » more | Dremio is like magic for MySQL accelerating your analytical queries up to 1,000x. » more SQLPro for MySQL: A simple but powerful MySQL database client available on iPhone and iPad as well as macOS. » more CData: Connect to Big Data & NoSQL through standard Drivers. » more ScaleGrid: Fully managed MySQL-as-a-Service. » more Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development. » more General SQL Parser: Instantly adding parsing, decoding, analysis and rewrite SQL processing capability to your products. » more Azure Database for MySQL provides fully managed, enterprise-ready community MySQL database as a service » more | Dremio is like magic for Oracle accelerating your analytical queries up to 1,000x. » more DBHawk: a web-based Oracle database management and self-service BI software. » more General SQL Parser: Instantly adding parsing, decoding, analysis and rewrite SQL processing capability to your products. » 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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cassandra | MySQL | NuoDB | Oracle | Oracle Berkeley DB | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DB-Engines blog posts | Cassandra keeps climbing the ranks of the DB-Engines Ranking Oracle is the DBMS of the Year Winners, losers and an attractive newcomer in Novembers DB-Engines ranking | MariaDB strengthens its position in the open source RDBMS market The struggle for the hegemony in Oracle's database empire Microsoft SQL Server is the DBMS of the Year | Meet some database management systems you are likely to hear more about in the future | The struggle for the hegemony in Oracle's database empire Architecting eCommerce Platforms for Zero Downtime on Black Friday and Beyond MySQL, PostgreSQL and Redis are the winners of the March ranking | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Conferences and events | DataStax Accelerate | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Recent citations in the news | AWS Launches Cassandra Service Amazon Managed Apache Cassandra Service stokes competition AWS Announces Amazon Managed (Apache) Cassandra Service AWS re:Invent 2019 Postmortem: Introducing Cassandra and bringing ML to Aurora When – and When Not – to Use Open Source Apache Cassandra, Kafka, Spark and Elasticsearch provided by Google News | IDERA Enhances SQL Diagnostic Manager for MySQL Laravel and MySQL 8: Fixing MySQL Server Has Gone Away Error IDERA SQL Diagnostic Manager for MySQL Improves Query Performance and Enterprise Security Query Performance Optimization in MySQL Alliance Key Manager Now Supports Encryption Key Management for MySQL Enterprise Edition Database provided by Google News | NuoDB Partners with Rancher Labs to Deliver a Cloud-native SQL Database Across Multi-Cloud Environments for Hong Kong FinTech Leader WeLab NuoDB, Rancher Labs partner to help WeLab set up virtual bank Temenos Benchmarks Its Cloud-native Digital Banking Software on AWS and Proves Its Ability to Handle Over Half the World’s Banking Transaction Volumes on a Single Instance of the Software NuoDB to Join Intel, & Temenos at SIBOS 2019 to Demonstrate the Power of Distributed SQL Databases Distributed SQL Database NuoDB 4.0 Supports Kubernetes Operator and Indexing Improvements provided by Google News | Oracle Ranks First in all Four Use Cases for Oracle Database in Gartner's Critical Capabilities for Operational Database Management Systems Report Oracle's autonomous database sales more than doubled in Q2 Vishal Sikka joins Oracle's board of directors Oracle looks to grow multi-model database features Oracle’s Need for ‘Steep’ Sales Climb Leaves Street Cautious provided by Google News | Oracle switches Berkeley DB license Getting Started with Oracle Berkeley DB Database Trends Report: SQL Beats NoSQL, MySQL Most Popular Top Local Databases for React Native App Development {A 2020 List} Under the Hood: Oracle Berkeley DB XML provided by Google News | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Job opportunities | Database Administrator Cassandra Database Administrator Apache Cassandra database-Lead Cassandra Database Administrator (DBA) Cassandra Database Administrator (Contractor) | MySQL DBA - remote Data Scientist Research Analyst (Crime Prevention & Justice Assistance Division) Database Engineer (MySQL) Database Administrator (MySQL) | IT Manager Senior Product Manager | Database Administrator- Oracle/Hyperion ORACLE DATABASE ADMINISTRATOR Database Administrator_Remote Database Administrators Sr. Oracle Database Administrator | Database Engineer, Senior Senior Systems Engineer Senior Developer |
Share this page