Tutorial: Tuning Table Design in this tutorial, you will learn how to optimize the design of your tables. You will start by creating tables based on the Star Schema Benchmark (SSB) schema without sort keys, distribution styles, and compression encodings.
Amazon Redshift Best Practices for Designing TablesThese design choices also have a significant effect on storage requirements, which in turn affects query performance by reducing the number of I/O operations and minimizing the memory required to process queries.
Zero Administration Amazon Redshift Database Loader With this AWS Lambda function, you simply push files into a variety of locations on Amazon S3 and have them automatically loaded into your Amazon Redshift clusters.
VACUUM Resorts rows and reclaims space in either a specified table or all tables in the current database. Amazon Redshift automatically sorts data and runs VACUUM DELETE in the background.
Amazon DynamoDB Transactionsprovide atomicity, consistency, isolation, and durability (ACID) across one or more tables within a single AWS account and region.
Amazon Quantum Ledger Database (QLDB)is a fully managed ledger database that provides a transparent, immutable, and cryptographically verifiable transaction log owned by a central trusted authority.
Amazon Timestreamis a fast, scalable, fully managed time series database service for IoT and operational applications that makes it easy to store and analyse trillions of events per day at 1/10th the cost of relational databases.
Amazon ECS Workshop for AWS Fargateconfigure GitHub, CodePipeline, CodeBuild, VPC, ALB, ECS, Autoscaling, and log aggregation using a framework called Mu to launch microservices on AWS Elastic Container Service.
Amazon EKS Workshop explore multiple ways to configure VPC, ALB, and EC2 Kubernetes workers, and Amazon Elastic Container Service for Kubernetes.