StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Follow on

© 2025 StackShare. All rights reserved.

Product

  • Stacks
  • Tools
  • Feed

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  1. Stackups
  2. Application & Data
  3. Databases
  4. Big Data As A Service
  5. Amazon Redshift vs Cassandra

Amazon Redshift vs Cassandra

OverviewDecisionsComparisonAlternatives

Overview

Amazon Redshift
Amazon Redshift
Stacks1.5K
Followers1.4K
Votes108
Cassandra
Cassandra
Stacks3.6K
Followers3.5K
Votes507
GitHub Stars9.5K
Forks3.8K

Amazon Redshift vs Cassandra: What are the differences?

Introduction:

Amazon Redshift and Cassandra are both database management systems that are widely used in the industry. However, there are key differences between the two that make them suitable for different use cases. In the following paragraphs, we will explore the major differences between Amazon Redshift and Cassandra.

  1. Data Model: Amazon Redshift is a columnar database that organizes data into columns rather than rows. It is optimized for analytics and provides high performance for complex queries involving large amounts of data. On the other hand, Cassandra is a distributed NoSQL database that uses a key-value data model. It is designed for scalability and is well-suited for applications that require high write throughput and low latency.

  2. ACID Compliance: Amazon Redshift is ACID-compliant, meaning it supports transactions that are Atomic, Consistent, Isolated, and Durable. This ensures data integrity and reliability, making it suitable for applications that require strong consistency guarantees. Cassandra, on the other hand, sacrifices ACID compliance for scalability and high availability. It uses a tunable consistency model that allows trade-offs between consistency, availability, and partition tolerance.

  3. Scalability: Both Amazon Redshift and Cassandra are designed to scale, but they do so in different ways. Amazon Redshift achieves scalability through its massively parallel processing (MPP) architecture, where data is distributed across multiple nodes for parallel execution. It can handle petabyte-scale datasets and provide high query performance. Cassandra, on the other hand, achieves scalability through its distributed architecture. It uses a peer-to-peer model where data is replicated across multiple nodes in a cluster, providing high availability and fault tolerance.

  4. Data Replication: In Amazon Redshift, data replication is handled automatically and transparently. The data is replicated within the cluster for fault tolerance, ensuring high availability even in case of node failures. Cassandra, on the other hand, allows users to control how data is replicated across the cluster. Users can define replication factors and strategies to achieve the desired level of fault tolerance and data consistency.

  5. Data Consistency: Amazon Redshift provides strong data consistency guarantees. When a transaction completes successfully, the changes become visible to all subsequent queries in a consistent manner. Cassandra, on the other hand, provides eventual consistency by default. Updates to data propagate asynchronously across nodes and may take some time to converge. This trade-off allows for high write throughput and low latency but sacrifices strong data consistency.

  6. Data Types: Amazon Redshift supports a wide range of SQL data types, including text, numeric, boolean, date, and time. It also provides support for complex data types such as arrays and JSON. Cassandra, on the other hand, has a limited set of data types, including text, boolean, integer, floating-point, and timestamp. It does not support complex data types like arrays and JSON out of the box.

In summary, Amazon Redshift is a columnar database optimized for analytics with ACID compliance and strong data consistency guarantees. It is suitable for applications that require high performance, scalability, and data integrity. Cassandra, on the other hand, is a distributed NoSQL database designed for scalability, high availability, and low latency. It sacrifices ACID compliance and strong data consistency for these advantages, making it suitable for applications with high write throughput and flexible data models.

Share your Stack

Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.

View Docs
CLI (Node.js)
or
Manual

Advice on Amazon Redshift, Cassandra

datocrats-org
datocrats-org

Jul 29, 2020

Needs adviceonAmazon EC2Amazon EC2TableauTableauPowerBIPowerBI

We need to perform ETL from several databases into a data warehouse or data lake. We want to

  • keep raw and transformed data available to users to draft their own queries efficiently
  • give users the ability to give custom permissions and SSO
  • move between open-source on-premises development and cloud-based production environments

We want to use inexpensive Amazon EC2 instances only on medium-sized data set 16GB to 32GB feeding into Tableau Server or PowerBI for reporting and data analysis purposes.

319k views319k
Comments
Julien
Julien

CTO at Hawk

Sep 19, 2020

Decided

Cloud Data-warehouse is the centerpiece of modern Data platform. The choice of the most suitable solution is therefore fundamental.

Our benchmark was conducted over BigQuery and Snowflake. These solutions seem to match our goals but they have very different approaches.

BigQuery is notably the only 100% serverless cloud data-warehouse, which requires absolutely NO maintenance: no re-clustering, no compression, no index optimization, no storage management, no performance management. Snowflake requires to set up (paid) reclustering processes, to manage the performance allocated to each profile, etc. We can also mention Redshift, which we have eliminated because this technology requires even more ops operation.

BigQuery can therefore be set up with almost zero cost of human resources. Its on-demand pricing is particularly adapted to small workloads. 0 cost when the solution is not used, only pay for the query you're running. But quickly the use of slots (with monthly or per-minute commitment) will drastically reduce the cost of use. We've reduced by 10 the cost of our nightly batches by using flex slots.

Finally, a major advantage of BigQuery is its almost perfect integration with Google Cloud Platform services: Cloud functions, Dataflow, Data Studio, etc.

BigQuery is still evolving very quickly. The next milestone, BigQuery Omni, will allow to run queries over data stored in an external Cloud platform (Amazon S3 for example). It will be a major breakthrough in the history of cloud data-warehouses. Omni will compensate a weakness of BigQuery: transferring data in near real time from S3 to BQ is not easy today. It was even simpler to implement via Snowflake's Snowpipe solution.

We also plan to use the Machine Learning features built into BigQuery to accelerate our deployment of Data-Science-based projects. An opportunity only offered by the BigQuery solution

193k views193k
Comments
Vinay
Vinay

Head of Engineering

Sep 19, 2019

Needs advice

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.

174k views174k
Comments

Detailed Comparison

Amazon Redshift
Amazon Redshift
Cassandra
Cassandra

It is optimized for data sets ranging from a few hundred gigabytes to a petabyte or more and costs less than $1,000 per terabyte per year, a tenth the cost of most traditional data warehousing solutions.

Partitioning means that Cassandra can distribute your data across multiple machines in an application-transparent matter. Cassandra will automatically repartition as machines are added and removed from the cluster. Row store means that like relational databases, Cassandra organizes data by rows and columns. The Cassandra Query Language (CQL) is a close relative of SQL.

Optimized for Data Warehousing- It uses columnar storage, data compression, and zone maps to reduce the amount of IO needed to perform queries. Redshift has a massively parallel processing (MPP) architecture, parallelizing and distributing SQL operations to take advantage of all available resources.;Scalable- With a few clicks of the AWS Management Console or a simple API call, you can easily scale the number of nodes in your data warehouse up or down as your performance or capacity needs change.;No Up-Front Costs- You pay only for the resources you provision. You can choose On-Demand pricing with no up-front costs or long-term commitments, or obtain significantly discounted rates with Reserved Instance pricing.;Fault Tolerant- Amazon Redshift has multiple features that enhance the reliability of your data warehouse cluster. All data written to a node in your cluster is automatically replicated to other nodes within the cluster and all data is continuously backed up to Amazon S3.;SQL - Amazon Redshift is a SQL data warehouse and uses industry standard ODBC and JDBC connections and Postgres drivers.;Isolation - Amazon Redshift enables you to configure firewall rules to control network access to your data warehouse cluster.;Encryption – With just a couple of parameter settings, you can set up Amazon Redshift to use SSL to secure data in transit and hardware-acccelerated AES-256 encryption for data at rest.<br>
-
Statistics
GitHub Stars
-
GitHub Stars
9.5K
GitHub Forks
-
GitHub Forks
3.8K
Stacks
1.5K
Stacks
3.6K
Followers
1.4K
Followers
3.5K
Votes
108
Votes
507
Pros & Cons
Pros
  • 41
    Data Warehousing
  • 27
    Scalable
  • 17
    SQL
  • 14
    Backed by Amazon
  • 5
    Encryption
Pros
  • 119
    Distributed
  • 98
    High performance
  • 81
    High availability
  • 74
    Easy scalability
  • 53
    Replication
Cons
  • 3
    Reliability of replication
  • 1
    Updates
  • 1
    Size
Integrations
SQLite
SQLite
MySQL
MySQL
Oracle PL/SQL
Oracle PL/SQL
No integrations available

What are some alternatives to Amazon Redshift, Cassandra?

MongoDB

MongoDB

MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema. MongoDB was also designed for high availability and scalability, with built-in replication and auto-sharding.

MySQL

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.

PostgreSQL

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.

Microsoft SQL Server

Microsoft SQL Server

Microsoft® SQL Server is a database management and analysis system for e-commerce, line-of-business, and data warehousing solutions.

SQLite

SQLite

SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file.

Memcached

Memcached

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.

MariaDB

MariaDB

Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry. MariaDB is designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance.

RethinkDB

RethinkDB

RethinkDB is built to store JSON documents, and scale to multiple machines with very little effort. It has a pleasant query language that supports really useful queries like table joins and group by, and is easy to setup and learn.

ArangoDB

ArangoDB

A distributed free and open-source database with a flexible data model for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.

InfluxDB

InfluxDB

InfluxDB is a scalable datastore for metrics, events, and real-time analytics. It has a built-in HTTP API so you don't have to write any server side code to get up and running. InfluxDB is designed to be scalable, simple to install and manage, and fast to get data in and out.

Related Comparisons

Bootstrap
Materialize

Bootstrap vs Materialize

Laravel
Django

Django vs Laravel vs Node.js

Bootstrap
Foundation

Bootstrap vs Foundation vs Material UI

Node.js
Spring Boot

Node.js vs Spring-Boot

Liquibase
Flyway

Flyway vs Liquibase