

#704: #704: Scaling your relational database on AWS - Are relational databases cool again?
30 snips Jan 20, 2025
Josh Hart, Principal Solutions Architect at AWS, discusses the resurgence of relational databases with modern solutions. He highlights innovations like Aurora Serverless v2 for vertical scaling, which adapts to demand, and the Aurora Limitless Database that simplifies sharding. Hart also delves into how the RDS Data API streamlines connection management, making it easier for developers to focus on creating value. The conversation is packed with practical insights for optimizing database management, enhancing efficiency, and addressing scaling challenges in cloud environments.
AI Snips
Chapters
Transcript
Episode notes
Scaling Challenges with Relational Databases
- Relational databases can become bottlenecks when scaling applications.
- Over-provisioning for peak loads wastes resources and increases costs.
Peak Plus Sizing and Unexpected Loads
- Some argue that databases shouldn't exceed 80% utilization to avoid issues.
- Unexpected peak loads, like a Super Bowl campaign, can strain unprepared databases.
Vertical Scaling and Fluctuating Loads
- Vertically scaling relational databases often requires restarts, disrupting service.
- Development and test environments exemplify fluctuating loads, making efficient scaling crucial.