May 2022
Intermediate to advanced
416 pages
13h 30m
English
This chapter covers
If we want our application to scale and run in a distributed environment, we need to design our code for that. Having a consistent view of the system is important and relatively easy to achieve if our application is deployed to one node and uses a standard database that works in a primary-secondary architecture. In such a context, a database transaction guarantees the atomicity of our operations. However, in reality, ...
Read now
Unlock full access