How SQL Supports: ACID Properties
A: Atomicity --> MySQL Achieves this by using undo logs C: Consistency --> Before and after data is consistent (double write buffer) I: Isolation --> MYSQL uses Locks and Isolation Level D: Durability ->MySQL uses Redo Logs How NoSQL supports: ACID P...
Jun 9, 20231 min read23