Contribute Media
A thank you to everyone who makes this possible: Read More

Horizontally Scaling Your Database with Django

Summary

When web apps reach a certain size, often their data footprint will outgrow what can reasonably be stored on a single database. Scaling your database horizontally by adding more servers is the dream but it can be a daunting task. This talk outlines the process I used to add horizontal scaling to Wave Accounting's infrastructure.

Details

Improve this page