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
Post a Comment