Redshift Architecture
Redshift node types
Loading data into Redshift
Loading data from S3 with COPY command
copy users from ‘s3://my_bucket/tickit/allusers_pipe.txt’
credentials ‘aws_iam_role=arn:aws:iam::0123456789:role/MyRedshiftRole’
delimiter ‘|’ region ‘us-west-2’;
More ways to load data into Redshift
Querying external data with Redshift
Redshift Spectrum
Redshift Federated Query
Star Schema
Redshift Key Constraints
Redshift Table Design
Redshift Sort Styles
VACUUM operation in the tables
Redshift Compression
Redshift Workload Management (WLM)
Modifying the WLM configuration