Make a small investigation into the pessimistic locks and optimistic locks of MySQL

Source: Internet
Author: User
There is a lock mechanism in Mysql. It is generally used in multi-user concurrent operations. pessimistic locks can prevent the loss of updates and non-repeated read concurrency problems, but they will affect the concurrency performance. So I 'd like to know if Mysql's pessimistic lock will be used in the project program. Thank you for your reference...

There is a lock mechanism in Mysql. It is generally used in multi-user concurrent operations. pessimistic locks can prevent the loss of updates and non-repeated read concurrency problems, but they will affect the concurrency performance.

So I 'd like to know if Mysql's pessimistic lock will be used in the project program. Thank you for your comments!

Reply content:

There is a lock mechanism in Mysql. It is generally used in multi-user concurrent operations. pessimistic locks can prevent the loss of updates and non-repeated read concurrency problems, but they will affect the concurrency performance.

So I 'd like to know if Mysql's pessimistic lock will be used in the project program. Thank you for your comments!

Are there two obvious differences? Of course, that is what we need.

Pessimistic locks should not prevent loss of updates.
Two users, Zhang San and Li Si, can update the same database record. Assume that the record is (sex, age) = ('male', 25)

Even if the pessimistic lock is used, will the update of age by Li Si be lost?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.