How YouTube Scaled to Billions of Users Using MySQL & Vitess | Live Problem Solving Session #2
Hosted by: Naveen S & Pulkit Gupta
Bootcamp Exclusive
Sat, 27 Dec 2025
11:00 AM
-
01:00 PM IST
Online (Zoom)
YouTube started with a single MySQL database and eventually grew to support billions of users. This session walks through the real scalability challenges they faced and explains how Vitess helped solve them.
We’ll cover practical, real-world problems like replication bottlenecks, sharding complexity, stale reads, and protecting the database from overload, along with the architectural tradeoffs behind each approach.
What We’ll Cover
Pre-Requisites / Pre-Read (Recommended, Not Mandatory)
- Basic understanding of relational databases (MySQL)
- Familiarity with read/write queries
- General idea of replication and scaling databases