Home > database >  About for update
About for update

Time:09-25

Consult two mysql problems:
1. Why T2 not blocked. What is the principle?
T1: select * from test where id=1 for update;
T2: select * from test where id=1;

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Mysql optimistic and pessimistic locks should be how to choose for what kind of scene?
Why not use under high concurrency pessimistic locks?
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

What about mysql locks, optimize post/index/statements under the books recommend?
Grateful!
  • Related