Facebook trapped in MySQL ‘fate worse than death’ (2011)
1–10 of 22 posts
Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#2Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#3Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#4Previous comments: https://news.ycombinator.com/item?id=2740432
Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#5Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#6Anytime an engineer tells me that the only solution to something is to "bite the bullet and rewrite everything," I lose all respect for them.
Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#7618 million Daily Active Users.
4000 shards, 9000 memcache instances.
Simple math, 618m/4000 is 154000 users per database (this is a horrible metric but illustrates my point) and 618m/9000 = 68666 and a bit users per memcache intances.
I hardly think this is a "fate worse than death", When you have a billion users with 600,000,000 DAU's whatever technology you use is going to have snags as you are pushing the envelope in just about every way.
This article reads like a Microsoft Whitepaper about why only a Microsoft technology running on a Microsoft platform will solve all your problems.
Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#8Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#9It's funny because Facebook is actually where Cassandra was born. Now under the Apache umbrella, it's odd that they didn't even mention it in that article. It's got by far the most momentum in the distributed database league.
Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#10Anytime an engineer tells me that the only solution to something is to "bite the bullet and rewrite everything," I lose all respect for them.