About this session
As your Django application grows, the database is often the first major bottleneck. But how do you scale horizontally without introducing massive complexity into your application logic? In this talk, we’ll explore how OneBlinc leveraged Django's native Database Routers to distribute load across an AWS Aurora cluster. We will go beyond the documentation to discuss real-world implementation: managing read/write splitting, handling replication lag, ensuring data consistency in financial transactions. If you want to squeeze every bit of performance out of your cloud database while keeping your Django code clean, this session is for you.