adspace
Answer Posted / Vivek Chand
Row Level Locking (also known as Row-level isolation) is a concurrency control mechanism used in MySQL to ensure data consistency by locking individual rows during transactions. This allows multiple transactions to operate on the same table without interference, thus improving performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers