What is this - how you say - database transaction?
Remember back in college when we were taught that all "real" databases had transactions and foreign keys.
Remember when all those Postgress fanboys would make fun of anyone using MySQL because it was inferior since it lacked foreign keys?
Turns out they were all wrong.
Running without databases transactions can even be really fun. It's a bit like driving 120 Mph down the highway on a motorcycle without a helmet. Just don't crash and you'll be fine! This is how I stopped worrying and learned to love the auto commit.
With the recent Scaling eBay PDF I think we can put the final …
[Read more]