Hacker News new | ask | show | jobs
by jsyolo 1031 days ago
They tried really hard to not use a distributed SQL database.
3 comments

Because it’s not a great fit for an event driven architecture.
Yes it would be very hard to make a bad technology choice when you thought through the whole system
As long as your balance is eventually consistent, what's the harm? ;)
They specifically mention why they went with FoundationDB, and that is because it's strictly serializable.