Amazon Redshift Vs Athena: Compare On 7 Key Factors

By: Published: September 25, 2019

Redshift Vs Athena | Hevo Data

In the Data Warehousing and Business Analysis environment, growing businesses have a rising need to deal with huge volumes of data. In cases like this, key stakeholders often debate on whether to go with Redshift or with Athena – two of the big names that help seamlessly handle large chunks of data. This blog aims to ease this dilemma by providing a detailed comparison of Redshift Vs Athena

Although both the services are designed for Analytics, both the services provide different features and optimize for different use cases. This blog covers the following: 

Table Of Contents

Amazon Redshift Vs Athena – Brief Overview

Amazon Redshift Overview

Amazon Redshift is a fully managed, petabyte data warehouse service over the cloud. Redshift data warehouse tables can be connected using JDBC/ODBC clients or through the Redshift query editor.

Redshift comprises Leader Nodes interacting with Compute nodes and clients. Clients can only interact with a Leader node. Compute nodes can have multiple slices. Slices are nothing but virtual CPUs

Athena Overview

Amazon Athena is a serverless Analytics service to perform interactive queries over AWS S3. Since Athena is a serverless service, the user or Analyst does not have to worry about managing any infrastructure. Athena query DDLs are supported by Hive and query executions are internally supported by Presto Engine. Athena only supports S3 as a source for query executions. Athena supports almost all the S3 file formats to execute the query. Athena is well integrated with AWS Glue Crawler to devise the table DDLs

Redshift Vs Athena Comparison

Redshift Vs Athena: Feature Comparison

Amazon Redshift Features

Redshift is purely an MPP data warehouse application service used by the Analyst or Data warehouse engineer who can query the tables. The tables are in columnar storage format for fast retrieval of data. You can watch a short intro on Redshift here:

Data is stored in the nodes and when the Redshift users hit the query in the client/query editor, it internally communicates with Leader Node. The leader node internally communicates with the Compute node to retrieve the query results. In Redshift, both compute and storage layers are coupled, however in Redshift Spectrum, compute and storage layers are decoupled.

You can read more on Redshift features here.

Redshift Architecture Overview

Athena Features

Athena is a serverless analytics service where an Analyst can directly perform the query execution over AWS S3. This service is very popular since this service is serverless and the user does not have to manage the infrastructure. Athena supports various S3 file-formats including CSV, JSON, parquet, orc, and Avro. Along with this Athena also supports the Partitioning of data. Partitioning is quite handy while working in a Big Data environment

Redshift Vs Athena – Feature Comparison Table

Feature TypeRedshiftAthena
Managed or ServerlessManaged ServiceServerless
Storage TypeOver Node (Can leverage S3 for Spectrum)Over S3
Node typesDense Storage or Dense ComputeNA
Mostly used forStructured DataStructured and Unstructured
InfrastructureRequires Cluster to manageAWS Manages the infrastructure
Query FeaturesData distributed across nodesPerformance depends on the query hit over S3 and partition
UDF SupportYesNo
Stored Procedure supportYesNo
Maintenance of cluster neededYesNo
Primary key constraintNot enforcedData depends upon the values present in S3 files
Data Type supportsLimited support but higher coverage with SpectrumWide variety of support
Additional considerationCopy command

 

Node type

Vacuum

Storage limit

Loading partitions

 

Limits on the number of databases

Query timeout

External schema conceptRedshift Spectrum Shares the same catalog with Athena/GlueAthena/Glue Catalog can be used as Hive Metastore or serve as an external schema for Redshift Spectrum

Redshift Vs Athena: Scope of Scaling

Both Redshift and Athena have an internal scaling mechanism.

Amazon Redshift Scaling

Since data is stored inside the node, you need to be very careful in terms of storage inside the node. While managing the cluster, you need to define the number of nodes initially. Once the cluster is ready with a specific number of nodes, you can reduce or increase the nodes.

Redshift provides 2 kinds of node resizing features:

  1. Elastic resize
  2. Classic resize

Elastic Resize

Elastic resize is the fasted way to resize the cluster. In the elastic resize, the cluster will be unavailable briefly. This often happens only for a few minutes. Redshift will place the query in a paused state temporarily. However, this resizing feature has a drawback as it supports a resizing in multiples of 2 (for dc2.large or ds2.xlarge cluster) ie. 2 node clusters changed to 4 or a 4 node cluster can be reduced to 2, etc. Also, you cannot modify a dense compute node cluster to dense storage or vice versa. 

This resize method only supports VPC platform clusters.

Classic Resize

Classic resize is a slower way of resizing a cluster. Your cluster will be in a read-only state during the resizing period. This operation may take a few hours to days depending upon the actual data storage size. For classic resize you should take a snapshot of your data before the resizing operation.

Workaround for faster resize -> If you want to increase 4 node cluster to 10 node cluster, perform classic resize to 5 node cluster and then use elastic resize to increase 10 node cluster for faster resizing.

Athena Scaling

Being a serverless service, you do not have to worry about scaling in Athena. AWS manages the scaling of your Athena infrastructure. However, there is a limit on the number of queries, databases defined by AWS ie. number of concurrent queries, the number of databases per account/role, etc.

Redshift Vs Athena: Ease of Data Replication

Amazon Redshift – Ease of Data Replication

In Redshift, there is a concept of the Copy command. Using the Copy command, data can be loaded into Redshift from S3, Dynamodb, or EC2 instances. Although the Copy command is for fast loading it will work at its best when all the slices of nodes equally participate in the copy command

Download the Guide to Select the Right Data Warehouse
Download the Guide to Select the Right Data Warehouse
Download the Guide to Select the Right Data Warehouse
Learn the key factors you should consider while selecting the right data warehouse for your business.

Below is an example:

copy table from 's3://<your-bucket-name>/load/key_prefix' 

credentials 'aws_access_key_id=<Your-Access-Key-ID>;aws_secret_access_key=<Your-Secret-Access-Key>' Options;

You can load multiple files in parallel so that all the slices can participate. For the COPY command to work efficiently, it is recommended to have your files divided into equal sizes of 1 MB – 1 GB after compression.

For example, if you are trying to load a file of 2 GB into DS1.xlarge cluster, you can divide the file into 2 parts of 1 GB each after compression so that all the 2 slices of DS1.xlarge can participate in parallel.

Please refer to AWS documentation to get the slice information for each type of Redshift node.

Using Redshift Spectrum, you can further leverage the performance by keeping cold data in S3 and hot data in the Redshift cluster. This way you can further improve your performance.

In case you are looking for a much easier and seamless means to load data to Redshift, you can consider fully managed Data Integration Platforms such as Hevo. Hevo helps load data from any data source to Redshift in real-time without having to write any code.

Hevo Data – An Easy and Reliable way to Move Data to Redshift

Hevo Data, a No-code Data Pipeline helps to load data from any data source such as Kafka, Databases, SaaS applications, Cloud Storage, SDK,s, and Streaming Services and simplifies the ETL process. It supports 100+ data sources and is a 3-step process by just selecting the data source, providing valid credentials, and choosing the destination. Hevo not only loads the data onto the desired Data Warehouse/destination but also enriches the data and transforms it into an analysis-ready form without having to write a single line of code.

Get Started with Hevo for Free

Its completely automated pipeline offers data to be delivered in real-time without any loss from source to destination. Its fault-tolerant and scalable architecture ensure that the data is handled in a secure, consistent manner with zero data loss and supports different forms of data. The solutions provided are consistent and work with different BI tools as well.

Check out why Hevo is the Best:

  1. Secure: Hevo has a fault-tolerant architecture that ensures that the data is handled in a secure, consistent manner with zero data loss.
  2. Schema Management: Hevo takes away the tedious task of schema management & automatically detects the schema of incoming data and maps it to the destination schema.
  3. Minimal Learning: Hevo, with its simple and interactive UI, is extremely simple for new customers to work on and perform operations.
  4. Hevo Is Built To Scale: As the number of sources and the volume of your data grows, Hevo scales horizontally, handling millions of records per minute with very little latency.
  5. Incremental Data Load: Hevo allows the transfer of data that has been modified in real-time. This ensures efficient utilization of bandwidth on both ends.
  6. Live Support: The Hevo team is available round the clock to extend exceptional support to its customers through chat, E-Mail, and support calls.
  7. Live Monitoring: Hevo allows you to monitor the data flow and check where your data is at a particular point in time.
Sign up for 14-day free trial!

Athena – Ease of Data Replication

Since Athena is an Analytical query service, you do not have to move the data into Data Warehouse. You can directly query your data over S3 and this way you do not have to worry about node management, loading the data, etc.

Data Storage Formats Supported by Redshift and Athena

Redshift data warehouse only supports structured data at the node level. However, Redshift Spectrum tables do also support other storage formats ie. parquet, orc, etc.

On the other hand, Athena supports a large number of storage formats ie. parquet, orc, Avro, JSON, etc. It also has a feature called Glue classifier. Athena is well integrated with AWS Glue. Athena table DDLs can be generated automatically using Glue crawlers too. Glue has saved a lot of significant manual tasks of writing manual DDL or defining the table structure manually. In Glue, there is a feature called a classifier.

Using the Glue classifier, you can make Athena support a custom file type. This is a much better feature that made Athena quite handy dealing in with almost all the types of file formats.

Redshift Vs Athena: Data Warehouse Performance

Redshift Data Warehouse Performance

The performance of the data warehouse application is solely dependent on the way your cluster is defined. In Redshift, there is a concept of Distribution key and Sort key. The distribution key defines the way how your data is distributed inside the node. The distribution key drives your query performance during the joins. Sort key defines the way data is stored in the blocks. The more the data is in sorted order the faster the performance of your query will be.

Sort key can be termed as a replacement for an index in other MPP data warehouses. Sort keys are primarily taken into effect during the filter operations. There are 2 types of sort keys (Compound sort keys and Interleaved sort keys). In compound sort keys, the sort keys columns get the weight in the order the sort keys columns are defined. On the other hand in the compound sort key, all the columns get equal weightage. Interleaved sort keys are typically used when multiple users are using the same query but are unsure of the filter condition

Another important performance feature in Redshift is the VACUUM. Bear in mind VACUUM is an I/O intensive operation and should be used during the off-business hours. However, off-late AWS has introduced the feature of auto-vacuuming however it is still advised to vacuum your tables during regular intervals. The vacuum will keep your tables sorted and reclaim the deleted blocks (For delete operations performed earlier in the cluster). You can read about Redshift VACUUM here.

Athena Performance

Athena Performance primarily depends on the way you hit your query. If you are querying a huge file without filter conditions and selecting all the columns, in that case, your performance might degrade. You need to be very cautious in selecting only the needful columns. You are advisable to partition your data and store your data in columnar/compressed format (ie. parquet or orc). In case you want to preview the data, better perform the limit operation else your query will take more time to execute.

Example:-

Select * from employee; -- High run time

Select * from employee limit 10 -- better run time

Amazon Redshift Vs Athena – Pricing

AWS Redshift Pricing

The performance of Redshift depends on the node type and snapshot storage utilized. In the case of Spectrum, the query cost and storage cost will also be added

Here is the node level pricing for Redshift for the N.Virginia region (Pricing might vary based on region)

Node typeStorage per nodePricing
dc2.large0.16TB SSD$0.25 per Hour
dc2.8xlarge2.56TB SSD$4.80 per Hour
ds3.large2TB HDD$0.85 per Hour
ds2.8xlarge16TB HDD$6.80 per Hour

AWS Athena Pricing

The good part is that in Athena, you are charged only for the amount of data for which the query is scanned. Your query needs to be designed such that it does not perform unnecessary scans. As a best practice, you should compress and partition the data to save the cost significantly

The usage cost of N.Virginia is $5 per TB of data scanned (The pricing might vary based on region)

Along with the query scan charge, you are also charged for the data stored in S3

Redshift Vs Athena: Architecture

Athena – Architecture

Athena is a serverless platform with a decoupled storage and compute architecture that allows users to query data directly in S3 without having to ingest or copy it. It is multi-tenant and uses shared resources. Users have no control over the compute resources that Athena allocates from the shared resource pool per query.

Amazon Redshift Architecture

The oldest architecture in the group is Redshift, which was the first Cloud DW. Its architecture was not built to separate storage and computation. While it now has RA3 nodes, which allow you to scale compute and only cache the data you need locally, it still runs as a single process. Because different workloads cannot be separated and isolated over the same data, it lags behind other decoupled storage/computing architectures. Redshift is deployed in your VPC as an isolated tenant per customer, unlike other cloud data warehouses.

Redshift Vs Athena: Scalability

Athena – Scalability

Athena is a multi-tenant shared resource, so there are no guarantees about the amount or availability of resources allocated to your queries. It can scale to large data volumes in terms of data volume, but large data volumes can result in very long run times and frequent time outs. The maximum number of concurrent queries is 20. Athena is probably not the best choice if scalability is a top priority.

Redshift – Scalability

Even with RA3, Redshift’s scale is limited because it can’t distribute different workloads across clusters. While it can automatically scale up to 10 clusters to support query concurrency, it can only handle 50 queued queries across all clusters by default.

Redshift Vs Athena: Use Cases

Athena – Use Cases

For Ad-Hoc analytics, Athena is a great option. Because Athena is serverless and handles everything behind the scenes, you can keep the data where it is and start querying without worrying about hardware or much else. When you need consistent and fast query performance, as well as high concurrency, it isn’t a good fit. As a result, it is rarely the best option for operational or customer-facing applications. It can also be used for batch processing, which is frequently used in machine learning applications.

Redshift – -Use Cases

Redshift was created to help analysts with traditional internal BI reporting and dashboard use cases. As a result, it’s commonly used as a multi-purpose Enterprise data warehouse. It can also use the AWS ML service because of its deep integrations into the AWS ecosystem, making it useful for ML projects. It is less suited for operational use cases and customer-facing use cases like Data Apps, due to the coupling of storage and compute and the difficulty in delivering low-latency analytics at scale. It’s difficult to use for Ad-Hoc analytics because of the tight coupling of storage and compute, as well as the requirement to pre-define sort and dist keys for optimal performance.

Redshift Vs Athena: Data Security

Amazon Redshift – Data Security

Redshift has various layers of security

  1. Cluster credential level security
  2. IAM level security
  3. Security group-level security to control the inbound rules at the port level
  4. VPC to protect your cluster by launching your cluster in a virtual networking environment
  5. Cluster encryption -> Tables and snapshots can be encrypted
  6. SSL connects can be encrypted to enforce the connection from the JDBC/ODBC SQL client to the cluster for security in transit
  7. Has facility the load and unload of the data into/from the cluster in an encrypted manner using various encryption methods
  8. It has a feature of CloudHSM. With the help of CloudHSM, you can use certificates to configure a trusted connection between Redshift and your HSM environment

Athena: Data Security

You can query your tables either using console or CLI

Being a serverless service, AWS is responsible for protecting your infrastructure. Third-party auditors validate the security of the AWS cloud environment too.

At the service level, Athena access can be controlled using IAM.

Below is the encryption at rest methodologies for Athena:

  1. Service side encryption (SSE-S3)
  2. KMS encryption (SSE-KMS)
  3. Client-side encryption with keys managed by the client (CSE-KMS)

Security in Transit

  1. AWS Athena uses TLS level encryption for transit between S3 and Athena as Athena is tightly integrated with S3.
  2. Query results from Athena to JDBC/ODBC clients are also encrypted using TLS.
  3. Athena also supports AWS KMS to encrypted datasets in S3 and Athena query results. Athena uses CMK (Customer Master Key) to encrypt S3 objects.

Conclusion

Both Redshift and Athena are wonderful services as Data Warehouse applications. If used in conjunction, it can provide great benefits. One should use Amazon Redshift when high computation is required and query large datasets and use Athena for simple queries.

Visit our Website to Explore Hevo

Hevo Data is a No-code Data Pipeline that can help you transfer data from multiple data sources to desired Data Warehouse. It fully automates the process to load and transform data from 100+ sources to a destination of your choice without writing a single line of code. 

Want to take Hevo for a spin?  Sign Up here for a 14-day free trial and experience the feature-rich Hevo suite first hand.

Share your experience of learning about Redshift vs Athena in the comments section below!

Ankur Shrivastava
Freelance Technical Content Writer, Hevo Data

Ankur loves writing about data science, ML, and AI and creates content tailored for data teams to help them solve intricate business problems.

No-code Data Pipeline for Redshift