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 DynamoDB vs Amazon Redshift

Amazon DynamoDB vs Amazon Redshift

OverviewDecisionsComparisonAlternatives

Overview

Amazon Redshift
Amazon Redshift
Stacks1.5K
Followers1.4K
Votes108
Amazon DynamoDB
Amazon DynamoDB
Stacks4.0K
Followers3.2K
Votes195

Amazon DynamoDB vs Amazon Redshift: What are the differences?

Introduction:

Amazon DynamoDB and Amazon Redshift are both highly scalable and managed services offered by Amazon Web Services (AWS) for different data storage and processing needs. However, they have key differences that make them suitable for specific use cases.

1. Scalability:

Amazon DynamoDB is a NoSQL database that offers automatic and seamless scalability. It can handle massive amounts of data and adapt to changing workloads by automatically increasing or decreasing the provisioned throughput capacity. On the other hand, Amazon Redshift is a fully managed data warehousing service that allows for petabyte-scale data storage and analysis. It offers columnar storage and parallel query execution, enabling high scalability for analytical workloads.

2. Data Structure and Querying:

DynamoDB is a key-value store that organizes data in tables with primary keys. It allows for flexible schema design and supports simple key-based operations as well as complex queries with secondary indexes. Redshift, on the other hand, uses a columnar data store optimized for OLAP workloads. It supports SQL-based querying and provides advanced analytics capabilities such as window functions, joins, and aggregations.

3. Performance and Latency:

DynamoDB is designed for low-latency and high-throughput applications. It offers single-digit millisecond latency for both read and write operations, making it suitable for real-time applications. Redshift, on the other hand, is optimized for complex analytical queries and offers high query performance for large data sets. However, it may have higher latency compared to DynamoDB due to its distributed nature and columnar storage format.

4. Data Consistency:

DynamoDB offers two consistency models: eventual consistency and strong consistency. Eventual consistency allows for faster read operations with the possibility of reading stale data, while strong consistency ensures that all reads reflect the latest write. Redshift, on the other hand, offers eventual consistency as it replicates data across multiple nodes but does not provide built-in strong consistency guarantees.

5. Data Storage and Cost:

DynamoDB charges for the provisioned throughput capacity and actual storage consumed. It is suitable for scenarios where the workload is unpredictable and requires granular control over performance and cost. Redshift charges based on the amount of data stored and the number of query slots required. It is ideal for analytical workloads with predictable data storage requirements.

6. Data Lifespan and Retention:

DynamoDB is designed for storing and accessing current and frequently accessed data. It does not provide built-in data retention policies or automatic data deletion. Redshift, on the other hand, offers data retention policies and automated data deletion. It allows for loading historical data, running analytics, and maintaining data for longer periods.

In summary, Amazon DynamoDB and Amazon Redshift differ in terms of scalability, data structure and querying, performance and latency, data consistency, data storage and cost, as well as data lifespan and retention. These differences make them suitable for different use cases, whether it is real-time applications with low-latency requirements or analytical workloads with high scalability and advanced querying capabilities.

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, Amazon DynamoDB

Doru
Doru

Solution Architect

Jun 9, 2019

ReviewonAmazon DynamoDBAmazon DynamoDB

I use Amazon DynamoDB because it integrates seamlessly with other AWS SaaS solutions and if cost is the primary concern early on, then this will be a better choice when compared to AWS RDS or any other solution that requires the creation of a HA cluster of IaaS components that will cost money just for being there, the costs not being influenced primarily by usage.

1.33k views1.33k
Comments
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

Detailed Comparison

Amazon Redshift
Amazon Redshift
Amazon DynamoDB
Amazon DynamoDB

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.

With it , you can offload the administrative burden of operating and scaling a highly available distributed database cluster, while paying a low price for only what you use.

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>
Automated Storage Scaling – There is no limit to the amount of data you can store in a DynamoDB table, and the service automatically allocates more storage, as you store more data using the DynamoDB write APIs;Provisioned Throughput – When creating a table, simply specify how much request capacity you require. DynamoDB allocates dedicated resources to your table to meet your performance requirements, and automatically partitions data over a sufficient number of servers to meet your request capacity;Fully Distributed, Shared Nothing Architecture
Statistics
Stacks
1.5K
Stacks
4.0K
Followers
1.4K
Followers
3.2K
Votes
108
Votes
195
Pros & Cons
Pros
  • 41
    Data Warehousing
  • 27
    Scalable
  • 17
    SQL
  • 14
    Backed by Amazon
  • 5
    Encryption
Pros
  • 62
    Predictable performance and cost
  • 56
    Scalable
  • 35
    Native JSON Support
  • 21
    AWS Free Tier
  • 7
    Fast
Cons
  • 4
    Only sequential access for paginate data
  • 1
    Document Limit Size
  • 1
    Scaling
Integrations
SQLite
SQLite
MySQL
MySQL
Oracle PL/SQL
Oracle PL/SQL
Amazon RDS for PostgreSQL
Amazon RDS for PostgreSQL
PostgreSQL
PostgreSQL
MySQL
MySQL
SQLite
SQLite
Azure Database for MySQL
Azure Database for MySQL

What are some alternatives to Amazon Redshift, Amazon DynamoDB?

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.

Azure Cosmos DB

Azure Cosmos DB

Azure DocumentDB is a fully managed NoSQL database service built for fast and predictable performance, high availability, elastic scaling, global distribution, and ease of development.

Cloud Firestore

Cloud Firestore

Cloud Firestore is a NoSQL document database that lets you easily store, sync, and query data for your mobile and web apps - at global scale.

Qubole

Qubole

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

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.

Cloudant

Cloudant

Cloudant’s distributed database as a service (DBaaS) allows developers of fast-growing web and mobile apps to focus on building and improving their products, instead of worrying about scaling and managing databases on their own.

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.

Google Cloud Bigtable

Google Cloud Bigtable

Google Cloud Bigtable offers you a fast, fully managed, massively scalable NoSQL database service that's ideal for web, mobile, and Internet of Things applications requiring terabytes to petabytes of data. Unlike comparable market offerings, Cloud Bigtable doesn't require you to sacrifice speed, scale, or cost efficiency when your applications grow. Cloud Bigtable has been battle-tested at Google for more than 10 years—it's the database driving major applications such as Google Analytics and Gmail.

Google Cloud Datastore

Google Cloud Datastore

Use a managed, NoSQL, schemaless database for storing non-relational data. Cloud Datastore automatically scales as you need it and supports transactions as well as robust, SQL-like queries.

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