Parsing the difference between Mysql binary log processing transaction and non-transactional statement _mysql

Source: Internet
Author: User

During the execution of transactional statements, the server will perform additional processing, and multiple transactions are executed in parallel while the server is executing, in order to bring their records together, the concept of transaction caching needs to be introduced. Refreshes to the binary log together when the transaction completes being committed. For processing of non-transactional statements. follow these 3 rules:

1 If the non-transactional statement is marked as transactional, the transaction buffer is written.

2 If it is not marked as a transactional statement and is not in the transaction cache, write the binary log directly.

3 If it is not marked as transactional, but is in the transaction cache, write transaction buffering.

Note If there is a non-transactional statement in a transaction, then rule 2 will be used to write the affected non-transaction table statement directly to the binary log.

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.