
AWS's data warehouse: petabyte-scale analytics, integrated with the lake on S3 and now serverless too.
Redshift brings the data warehouse to the AWS cloud: compressed columns, massively parallel execution and the ability to query data on S3 directly (Spectrum). The Serverless version removes cluster management too.

Analytic queries over billions of rows: compression and parallelism do the work.
SQL that reaches into the lake: S3 queried without loading anything.
Aggregations that maintain themselves: fast BI without endless tuning.
Data shared across environments and group companies without copies: a single truth.
Redshift is a columnar MPP: tables are distributed (DISTKEY/EVEN/ALL) and sorted (SORTKEY) for join co-location; RA3 nodes separate compute and managed storage, Serverless bills in RPUs only when querying. Spectrum reads external S3, materialized views speed up dashboards, WLM/queues manage concurrency, and zero-ETL from Aurora brings transactional data in without pipelines.
The balance sheet and sales over years of history: answers in seconds, not batch nights.
IBM i and ERP data brought to the warehouse: the history that finally speaks.
The ten reporting databases reunited: governance and costs under control.