7-Views - Page 8 of 8 - Developers Blog
Row Level Locking in MySql
We need row level locking to handle the concurrent or simultaneous requests in proper way. MyISAM does not supports row level locking. Why we need row level locking? Suppose two bank clerks attempting to update the same bank account for two different transactions. Clerks 1 and 2 both retrieve (i.e., copy) the account’s record. Clerk […]
Welcome to 7-views
Hey Guys… Welcome to 7-views.com 7-views is here to help you with some short any easy programming tricks and crack a code.