|
|
|
|
|
by rbranson
5254 days ago
|
|
You do realize the entire banking system is not built with the idea of ACID/transactional databases in mind? You only really need durability guarantees to implement banking properly. Bank accounts are eventually consistent logs of immutable transaction data which are reconciled in batch. |
|
So at the end of the day (yes end of the day processing), ACID is needed.