Designing Data Intensive Applications - Chapter 7
Transaction is a way for an application to group several reads and writes
together into a logical unit.
By using transactions, the application is free to ignore certain potential error scenarios and concurrency issues, because the database takes c...
metwalli.hashnode.dev10 min read