Amazon Redshift is AWS's managed analytical data warehouse, offering provisioned RA3 clusters with managed storage or a serverless mode that scales compute automatically and bills per second.
Fully managed on AWS in two compute models over the same managed storage: provisioned RA3 clusters (hot data on local SSD, the rest tiered to S3) or Serverless capacity in RPUs. Spectrum queries S3 in place; WLM queues and concurrency scaling manage load. Clients connect over JDBC, ODBC, and the Data API.
How Amazon Redshift answers the questions Data Warehouses turns on.
| How it works | |
| Compute and storage | MPP: separated storage on RG, RA3 and Serverless; coupled on legacy DC2 |
| Storage format | Proprietary (Redshift Managed Storage); reads S3 and Iceberg in place |
| SQL dialect | PostgreSQL-derived |
| Streaming ingest | Native: Kinesis Data Streams and Amazon MSK |
| Time travel | None: snapshot and table restore instead |
| Running it | |
| Where it runs | AWS only |
| Concurrent users | WLM queues plus concurrency scaling, up to 10 transient clusters; RPU scaling on Serverless |
| Acceleration | Automatic table optimization, materialized views with auto-rewrite, result cache |
| Access | |
| Access control | IAM and database RBAC, row- and column-level security, dynamic data masking; Lake Formation on the lake side |
| Cost | |
| Billing unit | RPU-second on Serverless, or node-hour on provisioned; managed storage per GB-month |
vs Amazon Redshift: Open source (permissive) · Self-hosted · Free · Operational complexity: High · C
vs Amazon Redshift: Free · Subscription · Operational complexity: Low
vs Amazon Redshift: Free · Subscription