Database Knowledge Point Notes

Source: Internet
Author: User

1. Dirty reads: One transaction is read to another transaction uncommitted update data.
Dirty reading means that when a transaction is accessing the data and the data has been modified, and the modification has not yet been committed to the database, another transaction accesses the data and then uses the updated data.

2. Phantom read: One transaction reads the newly inserted data that has been committed by another transaction.
For example, the first transaction modifies the data in a table, which involves all rows of data in the table. At the same time, the second transaction inserts a new row of data into the table. Then the first transaction finds that there are no modified rows of data in the table, as if the illusion had occurred.


3. Non-repeatable reads: One transaction reads the updated data that has been committed by another transaction.
Refers to a transaction two times for the same row of data query, because the second transaction during this time to modify this row data causes the first transaction two reads to the same row of data is called non-repeatable read

Database Knowledge Point Notes

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.