All technological notes.
Redshift
online analytical processing (analytics and data warehousing), based on PostgreSQLfeatures:
Integration:
Amazon Quicksight or Tableau integrate with itRedshift vs Athena:
Athena: ad hoc query on S3Redshift: intensive data
Leader node: for query planning, results aggregationCompute node: for performing the queries, send results to leaderReserved Instances for cost savings
Redshift has “Multi-AZ” mode for some clusters
Snapshot: Used for Disater Recovery
point-in-time backups of a cluster, stored internally in S32 modes to create snapshot:
1 to 35 daysCopy snapshot for DR

Large inserts are MUCH better
3 Ways to load data
Kinesis firehose collect data to S3, S3 copy commandS3 copy command
Redshift SpectrumRedshift Spectrum
Redshift Spectrum nodes
Enhanced VPC routingWhen you use Amazon Redshift enhanced VPC routing, Amazon Redshift forces all COPY and UNLOAD traffic between your cluster and your data repositories through your virtual private cloud (VPC) based on the Amazon VPC service.
Sample: