Facebook Trapped in MySQL 'Fate Worse Than Death'
1–10 of 30 posts
Re: Facebook Trapped in MySQL 'Fate Worse Than Death'
#2An awesome problem I'm still waiting to have.
Re: Facebook Trapped in MySQL 'Fate Worse Than Death'
#3Edit: The article includes this gem: "The widely accepted problem with MySQL is that it wasn’t built for webscale applications..." Every time I see "webscale", I get the feeling that the author doesn't actually have a great grasp of what's going on. However, this guy did mention ACID, which confuses me. Did we define "webscale" when I wasn't looking?
Re: Facebook Trapped in MySQL 'Fate Worse Than Death'
#4I'm always confused by people suggesting that the options are to have either MySQL or NoSQL. (Or, as this article suggests, "NewSQL", which I'm desperately hoping will be clarified by its proponents.) Is Pg not an appropriate suggestion for people looking to improve their SQL-based backends? Edit: The article includes this gem: "The widely accepted problem with MySQL is that it wasn’t built for webscale applications.…
Re: Facebook Trapped in MySQL 'Fate Worse Than Death'
#5He lost me here.
Re: Facebook Trapped in MySQL 'Fate Worse Than Death'
#6It’s called NewSQL [..] Pushed by companies such as Xeround, Clustrix, NimbusDB, GenieDB and Stonebraker’s own VoltDB,
It would be easy to accuse Stonebraker of tooting his own horn, but NewSQL vendors have been garnering lots of attention, investment and customers over the past year.
Hmm...
Re: Facebook Trapped in MySQL 'Fate Worse Than Death'
#7There are more grown-up SQL servers out there that can handle way more than MySQL, and not one of these "NewSQL" things that the author talks about.
Sure, let's bet the whole site on a really new database. Worked really well for Digg!
Re: Facebook Trapped in MySQL 'Fate Worse Than Death'
#8Re: Facebook Trapped in MySQL 'Fate Worse Than Death'
#9Re: Facebook Trapped in MySQL 'Fate Worse Than Death'
#10I'm always confused by people suggesting that the options are to have either MySQL or NoSQL. (Or, as this article suggests, "NewSQL", which I'm desperately hoping will be clarified by its proponents.) Is Pg not an appropriate suggestion for people looking to improve their SQL-based backends? Edit: The article includes this gem: "The widely accepted problem with MySQL is that it wasn’t built for webscale applications.…
And then, when you get to Facebook's scale--though as a coworker just pointed out, Facebook probably isn't particularly ACID-compliant--Postgres is going to have problems that are pretty much the same as those you see in MySQL.
PostgreSQL isn't really "better than" or "an improvement over" MySQL. Different tools, different tasks--though they do have considerable overlap.