Facebook trapped in MySQL ‘fate worse than death’ (2011)
11–20 of 22 posts
Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#12Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#13It'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)
#14Anytime an engineer tells me that the only solution to something is to "bite the bullet and rewrite everything," I lose all respect for them.
Pretty closed minded approach. Just because it is usually not a good idea to do a rewrite, does not mean it is always true.
Here is an example which indicates you are probably wrong with that type of thinking:
What happens if a shop decides to store all their data in flat text files initially because it was easier and they were not expecting it to scale much. Later on and after huge expansion they realize that flat text files really is not the best solution, in fact it is pretty much the worst solution and decide that a rewrite with better technology is needed.
At this point you say you lose all respect for them? Does that attitude make sense?
Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#15Anytime 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)
#16Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#17Anytime an engineer tells me that the only solution to something is to "bite the bullet and rewrite everything," I lose all respect for them.
> "Anytime an engineer tells me that the only solution to something is to "bite the bullet and rewrite everything," I lose all respect for them" Pretty closed minded approach. Just because it is usually not a good idea to do a rewrite, does not mean it is always true. Here is an example which indicates you are probably wrong with that type of thinking: What happens if a shop decides to store all their data in flat te…
Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#18Anytime an engineer tells me that the only solution to something is to "bite the bullet and rewrite everything," I lose all respect for them.
Then it seems likely you're either correct and working with very poor engineers or making very poor and potentially incorrect assumptions based on your own lack of understanding of the code. I've been brought on to several projects over the years that simply could not move forward due to totally unsalvageable development failures; that's definitely not the case in every instance, but it absolutely does happen.
Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#19Stonebraker is known for posting ridiculous things like this in the SQL/NoSQL community. Look at the marketing hype for VoltDB for an idea. He also loves to rag on Riak, which is a pretty solid KV store. This is ridiculous
Also, full ACID is overrated. Banks do well without it for years.
Re: Facebook trapped in MySQL ‘fate worse than death’ (2011)
#20 When a distinguished but elderly scientist states that something is possible,
he is almost certainly right.
When he states that something is impossible, he is very probably wrong.
The other two : 2.The only way of discovering the limits of the possible
is to venture a little way past them into the impossible.
3.Any sufficiently advanced technology is indistinguishable from magic.