adspace


What is row level locking in mysql?

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


Please Help Members By Posting Answers For Below Questions

What is current version of mysql?

1085


What is the current mysql version?

1105


Which statement is used in a select query for partial matching?

1247


How to Change a users password from unix shell.

1223