AWS Redshift is a data warehouse built for analytic queries on massive datasets. Columnar storage (stores by column, not row) compresses data 10x. Massive Parallel Processing (MPP) distributes queries across nodes. You load data from S3, write SQL queries (PostgreSQL compatible), and get results fast. Use for: business intelligence, analytics pipelines, historical analysis, data science.