Need advice about which tool to choose?Ask the StackShare community!

Oracle

2.3K
1.7K
+ 1
113
ScyllaDB

131
182
+ 1
8
Add tool

Oracle vs Scylla: What are the differences?

Introduction

In this article, we will explore the key differences between Oracle and Scylla databases. Oracle is a widely used relational database management system (RDBMS), while Scylla is a highly scalable NoSQL database. Let's dive into the differences between these two databases.

  1. Data Model: Oracle is a relational database that organizes data into tables with predefined schemas and enforces relationships between tables using foreign keys. On the other hand, Scylla is based on Apache Cassandra and follows a wide-column NoSQL data model. It uses a flexible schema allowing variable fields and denormalization to achieve high performance.

  2. Scalability: Oracle is designed to run on a single server and can vertically scale by adding more resources to the existing server. However, Scylla is designed to be massively scalable, allowing horizontal scaling by adding more commodity servers to the cluster. It leverages a distributed architecture and consistent hashing to distribute data across multiple nodes.

  3. Performance: Oracle is known for its robustness and feature richness, providing excellent performance for transactional workloads. It supports various indexing options, query optimization, and parallel processing. On the other hand, Scylla offers extreme performance for big data and high-velocity workloads. It is optimized for write-heavy operations and can handle millions of operations per second.

  4. Fault Tolerance: Oracle provides built-in fault tolerance mechanisms such as data replication, clustering, and failover options to ensure high availability. It supports various backup and recovery options to protect data in case of failures. In contrast, Scylla is designed with fault tolerance in mind from the ground up. It uses a distributed architecture with replication across multiple nodes, ensuring data durability and availability even in the face of node failures.

  5. Data Consistency: Oracle emphasizes strong data consistency by enforcing ACID (Atomicity, Consistency, Isolation, Durability) properties. It supports transactions with strict atomicity and isolation guarantees. Scylla, being a NoSQL database, offers tunable consistency levels. It provides eventual consistency by default, but allows users to choose stronger consistency levels when needed. This trade-off allows for higher availability and faster performance at the cost of relaxing strict consistency guarantees.

  6. Cost: Oracle is a commercially licensed database that requires substantial licensing and maintenance costs, especially for enterprise-level deployments. Scylla, on the other hand, offers a community edition that is free to use and an enterprise edition that offers advanced features and support at a fraction of the cost compared to Oracle.

In summary, Oracle is a mature and feature-rich RDBMS with a strong emphasis on data integrity, while Scylla is a highly scalable NoSQL database optimized for big data and high-velocity workloads. Their differences lie in data models, scalability, performance, fault tolerance, data consistency, and cost.

Advice on Oracle and ScyllaDB
Vinay Mehta
Needs advice
on
CassandraCassandra
and
ScyllaDBScyllaDB

The problem I have is - we need to process & change(update/insert) 55M Data every 2 min and this updated data to be available for Rest API for Filtering / Selection. Response time for Rest API should be less than 1 sec.

The most important factors for me are processing and storing time of 2 min. There need to be 2 views of Data One is for Selection & 2. Changed data.

See more
Replies (4)
Recommends
on
ScyllaDBScyllaDB

Scylla can handle 1M/s events with a simple data model quite easily. The api to query is CQL, we have REST api but that's for control/monitoring

See more
Alex Peake
Recommends
on
CassandraCassandra

Cassandra is quite capable of the task, in a highly available way, given appropriate scaling of the system. Remember that updates are only inserts, and that efficient retrieval is only by key (which can be a complex key). Talking of keys, make sure that the keys are well distributed.

See more
Recommends
on
ScyllaDBScyllaDB

By 55M do you mean 55 million entity changes per 2 minutes? It is relatively high, means almost 460k per second. If I had to choose between Scylla or Cassandra, I would opt for Scylla as it is promising better performance for simple operations. However, maybe it would be worth to consider yet another alternative technology. Take into consideration required consistency, reliability and high availability and you may realize that there are more suitable once. Rest API should not be the main driver, because you can always develop the API yourself, if not supported by given technology.

See more
Pankaj Soni
Chief Technical Officer at Software Joint · | 2 upvotes · 146.4K views
Recommends
on
CassandraCassandra

i love syclla for pet projects however it's license which is based on server model is an issue. thus i recommend cassandra

See more
Decisions about Oracle and ScyllaDB
Daniel Moya
Data Engineer at Dimensigon · | 4 upvotes · 422K views

We have chosen Tibero over Oracle because we want to offer a PL/SQL-as-a-Service that the users can deploy in any Cloud without concerns from our website at some standard cost. With Oracle Database, developers would have to worry about what they implement and the related costs of each feature but the licensing model from Tibero is just 1 price and we have all features included, so we don't have to worry and developers using our SQLaaS neither. PostgreSQL would be open source. We have chosen Tibero over Oracle because we want to offer a PL/SQL that you can deploy in any Cloud without concerns. PostgreSQL would be the open source option but we need to offer an SQLaaS with encryption and more enterprise features in the background and best value option we have found, it was Tibero Database for PL/SQL-based applications.

See more
Tom Klein

The Gentlent Tech Team made lots of updates within the past year. The biggest one being our database:

We decided to migrate our #PostgreSQL -based database systems to a custom implementation of #Cassandra . This allows us to integrate our product data perfectly in a system that just makes sense. High availability and scalability are supported out of the box.

See more

We wanted a JSON datastore that could save the state of our bioinformatics visualizations without destructive normalization. As a leading NoSQL data storage technology, MongoDB has been a perfect fit for our needs. Plus it's open source, and has an enterprise SLA scale-out path, with support of hosted solutions like Atlas. Mongo has been an absolute champ. So much so that SQL and Oracle have begun shipping JSON column types as a new feature for their databases. And when Fast Healthcare Interoperability Resources (FHIR) announced support for JSON, we basically had our FHIR datalake technology.

See more

In the field of bioinformatics, we regularly work with hierarchical and unstructured document data. Unstructured text data from PDFs, image data from radiographs, phylogenetic trees and cladograms, network graphs, streaming ECG data... none of it fits into a traditional SQL database particularly well. As such, we prefer to use document oriented databases.

MongoDB is probably the oldest component in our stack besides Javascript, having been in it for over 5 years. At the time, we were looking for a technology that could simply cache our data visualization state (stored in JSON) in a database as-is without any destructive normalization. MongoDB was the perfect tool; and has been exceeding expectations ever since.

Trivia fact: some of the earliest electronic medical records (EMRs) used a document oriented database called MUMPS as early as the 1960s, prior to the invention of SQL. MUMPS is still in use today in systems like Epic and VistA, and stores upwards of 40% of all medical records at hospitals. So, we saw MongoDB as something as a 21st century version of the MUMPS database.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Oracle
Pros of ScyllaDB
  • 44
    Reliable
  • 33
    Enterprise
  • 15
    High Availability
  • 5
    Expensive
  • 5
    Hard to maintain
  • 4
    Maintainable
  • 4
    Hard to use
  • 3
    High complexity
  • 2
    Replication
  • 1
    Fewer nodes
  • 1
    Distributed
  • 1
    Scale up
  • 1
    High availability
  • 1
    Written in C++
  • 1
    High performance

Sign up to add or upvote prosMake informed product decisions

Cons of Oracle
Cons of ScyllaDB
  • 14
    Expensive
    Be the first to leave a con

    Sign up to add or upvote consMake informed product decisions

    What is Oracle?

    Oracle Database is an RDBMS. An RDBMS that implements object-oriented features such as user-defined types, inheritance, and polymorphism is called an object-relational database management system (ORDBMS). Oracle Database has extended the relational model to an object-relational model, making it possible to store complex business models in a relational database.

    What is ScyllaDB?

    ScyllaDB is the database for data-intensive apps that require high performance and low latency. It enables teams to harness the ever-increasing computing power of modern infrastructures – eliminating barriers to scale as data grows.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use Oracle?
    What companies use ScyllaDB?
    See which teams inside your own company are using Oracle or ScyllaDB.
    Sign up for StackShare EnterpriseLearn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Oracle?
    What tools integrate with ScyllaDB?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    What are some alternatives to Oracle and ScyllaDB?
    MySQL
    The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
    Workday
    Workday is a leading provider of enterprise cloud applications for human resources and finance. Founded in 2005, Workday delivers human capital management, financial management, and analytics applications designed for the world’s largest organizations. Hundreds of companies, ranging from medium-sized businesses to Fortune 50 enterprises, have selected Workday.
    PostgreSQL
    PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions.
    Prophet
    Prophet is a procedure for forecasting time series data. It is based on an additive model where non-linear trends are fit with yearly and weekly seasonality, plus holidays. It works best with daily periodicity data with at least one year of historical data. Prophet is robust to missing data, shifts in the trend, and large outliers.
    IBM DB2
    DB2 for Linux, UNIX, and Windows is optimized to deliver industry-leading performance across multiple workloads, while lowering administration, storage, development, and server costs.
    See all alternatives