|
|
|
|
|
by nijave
216 days ago
|
|
You can hit the same problems horizontally scaling compute. One instance reads from the DB, a request hits a different instance which updates the DB. The original instance writes to the DB and overwrites the changes or makes decisions based on stale data. More broadly a distributed system problem |
|