|
|
|
|
|
by sigill
3566 days ago
|
|
> This is quite arguable. Before the Computer Era, all businesses, including the whole financial sector did just fine without ACID. Can you elaborate a bit? I believe that in the pre-ACID world, business processes were much slower, not online processes like today. When you're only really changing data once a day, backups and manual intervention are acceptable options. > Still, ACID is used only at a local scope. What do you mean by "local scope"? |
|
As for "local scope" I meant "at a single business entity". If you look at a banking or online payment systems as a whole then they are not ACID, they are eventually consistent. The are based on two basic principles:
1. write everything down at least two times, so you never lose data
2. updates are incremental, so you never overwrite data