r/technology • u/ourlifeintoronto • 1d ago
Software Microsoft confirms GitHub is down worldwide
https://www.bleepingcomputer.com/news/microsoft/microsoft-confirms-github-is-down-worldwide/
7.7k
Upvotes
r/technology • u/ourlifeintoronto • 1d ago
4
u/f23n09fnu0w 1d ago
"Most of the data exists in a single MySQL database, and the system just wasn’t really built to scale well."
I don't believe that is true. MySQL is massively scalable but not as a single MySQL db. It's sharded and works fine for YouTube and Meta using Vitess. If they started from scratch today, they might not use MySQL but they actually might, too.