Notes On Designing Data-Intensive Applications

Chapter 7

Atomicity - deals with atomicity of an operation, ie, if an error occurs before transaction is committed, it should be rolled back.

Isolation - deals with isolating transactions on shared data to attain concurrency.

Comments

Popular posts from this blog

Should you always have null checks?

Identity Terms and Definitions