Hacker News new | ask | show | jobs
by wood_spirit 1085 days ago
No I haven’t. Thanks for the interesting link :)

Admittedly I live in a world where big distributed transactions are a given and work fine and sql speeds us up not slows us down. I’m guessing sql and acid scaled after all?

1 comments

> I’m guessing sql and acid scaled after all?

Yes and no. Distributed transactions and two-phase commit have been superseded by things like Paxos and Raft, with a variety of consistency models, so the implementation is drastically different.