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 Redis

Amazon Redshift vs Redis

OverviewDecisionsComparisonAlternatives

Overview

Amazon Redshift
Amazon Redshift
Stacks1.5K
Followers1.4K
Votes108
Redis
Redis
Stacks61.9K
Followers46.5K
Votes3.9K
GitHub Stars42
Forks6

Amazon Redshift vs Redis: What are the differences?

Amazon Redshift is a cloud-based data warehousing solution optimized for analytics, while Redis is an open-source, in-memory data store used for caching and real-time data processing. Let's explore the key differences between them.

  1. Performance and Scalability: Amazon Redshift is a fully managed petabyte-scale data warehousing service that offers high-performance analytics and supports massive parallel query execution. It is designed for large-scale data applications that require fast and consistent query performance. On the other hand, Redis is an in-memory data structure store that delivers high throughput and low latency. It is primarily used as a caching layer to improve the performance of applications by caching frequently accessed data in memory.

  2. Data Persistence: Amazon Redshift uses a columnar storage format that is optimized for read-heavy workloads. It can store and query large amounts of structured and semi-structured data efficiently. Redis, on the other hand, is an in-memory database that can persist data to disk and provide durability even in the event of system or server failures. It offers different persistence options, including RDB (snapshot-based persistence) and AOF (append-only file persistence).

  3. Data Modeling and Query Language: Amazon Redshift uses a SQL-based querying language that is compatible with most SQL tools and applications. It supports advanced analytical functions and provides features like window functions, distribution styles, and sort keys to optimize query performance. Redis, on the other hand, supports a simple key-value data model and provides a set of commands for data manipulation. It does not have built-in support for complex SQL queries.

  4. Data Replication and High Availability: Amazon Redshift offers automatic replication and backup capabilities to ensure data durability and availability. It uses a replication model with multiple copies of data stored on different nodes for redundancy. Redis, on the other hand, provides replication and high availability through its Redis Sentinel and Redis Cluster features. These features allow data to be replicated across multiple Redis instances and provide failover capabilities in case of node failures.

  5. Data Integration and Ecosystem Integration: Amazon Redshift can easily integrate with other AWS services like Amazon S3, AWS Glue, and AWS Lambda for data ingestion, transformation, and analytics. It also provides connectors for popular BI tools like Tableau and Power BI. Redis, on the other hand, offers a wide range of client libraries and connectors for popular programming languages and frameworks. It can be easily integrated with applications and microservices in various ecosystems.

  6. Data Cost and Pricing Model: Amazon Redshift follows a pay-as-you-go pricing model based on the number of nodes, while also considering factors like data storage and data transfer. It offers different pricing options for on-demand usage and reserved capacity. Redis, on the other hand, can be deployed on various cloud platforms or self-managed on-premises. The cost of Redis deployments depends on factors like cloud provider pricing, instance types, and storage options.

In summary, Amazon Redshift is a data warehousing service optimized for large-scale analytics and offers high-performance query execution, while Redis is an in-memory data store primarily used for caching and delivering high throughput.

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, Redis

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

Detailed Comparison

Amazon Redshift
Amazon Redshift
Redis
Redis

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.

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.

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
42
GitHub Forks
-
GitHub Forks
6
Stacks
1.5K
Stacks
61.9K
Followers
1.4K
Followers
46.5K
Votes
108
Votes
3.9K
Pros & Cons
Pros
  • 41
    Data Warehousing
  • 27
    Scalable
  • 17
    SQL
  • 14
    Backed by Amazon
  • 5
    Encryption
Pros
  • 888
    Performance
  • 542
    Super fast
  • 514
    Ease of use
  • 444
    In-memory cache
  • 324
    Advanced key-value cache
Cons
  • 15
    Cannot query objects directly
  • 3
    No secondary indexes for non-numeric data types
  • 1
    No WAL
Integrations
SQLite
SQLite
MySQL
MySQL
Oracle PL/SQL
Oracle PL/SQL
No integrations available

What are some alternatives to Amazon Redshift, Redis?

Google BigQuery

Google BigQuery

Run super-fast, SQL-like queries against terabytes of data in seconds, using the processing power of Google's infrastructure. Load data with ease. Bulk load your data using Google Cloud Storage or stream it in. Easy access. Access BigQuery by using a browser tool, a command-line tool, or by making calls to the BigQuery REST API with client libraries such as Java, PHP or Python.

Qubole

Qubole

Qubole is a cloud based service that makes big data easy for analysts and data engineers.

Hazelcast

Hazelcast

With its various distributed data structures, distributed caching capabilities, elastic nature, memcache support, integration with Spring and Hibernate and more importantly with so many happy users, Hazelcast is feature-rich, enterprise-ready and developer-friendly in-memory data grid solution.

Amazon EMR

Amazon EMR

It is used in a variety of applications, including log analysis, data warehousing, machine learning, financial analysis, scientific simulation, and bioinformatics.

Aerospike

Aerospike

Aerospike is an open-source, modern database built from the ground up to push the limits of flash storage, processors and networks. It was designed to operate with predictable low latency at high throughput with uncompromising reliability – both high availability and ACID guarantees.

MemSQL

MemSQL

MemSQL converges transactions and analytics for sub-second data processing and reporting. Real-time businesses can build robust applications on a simple and scalable infrastructure that complements and extends existing data pipelines.

Apache Ignite

Apache Ignite

It is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads delivering in-memory speeds at petabyte scale

Altiscale

Altiscale

we run Apache Hadoop for you. We not only deploy Hadoop, we monitor, manage, fix, and update it for you. Then we take it a step further: We monitor your jobs, notify you when something’s wrong with them, and can help with tuning.

Snowflake

Snowflake

Snowflake eliminates the administration and management demands of traditional data warehouses and big data platforms. Snowflake is a true data warehouse as a service running on Amazon Web Services (AWS)—no infrastructure to manage and no knobs to turn.

SAP HANA

SAP HANA

It is an application that uses in-memory database technology that allows the processing of massive amounts of real-time data in a short time. The in-memory computing engine allows it to process data stored in RAM as opposed to reading it from a disk.

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