In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
The difference between redo and binlog:
1, the first two are to record the changes of the data, the difference is that binlog records the change information of all data, while the redo log of innodb only records the changes of all innodb table data.
2. Binlog is to record the dml and ddl sql statements that have been submitted, while innodb redo log is the dml and ddl statements that are being executed.
3. Binlog can be used as recovery data. Redo log can be used as data recovery after abnormal downmachine or media failure.
4. Under the db file directory, it also belongs to the impassable log files.
Undo log simplifies the process of implementing atomic and persistent transactions
Suppose there are two data An and B, and the values are 1 and 2 respectively.
a. The business begins.
b. Record Agg1 to undolog.
c. Modify Atom 3.
d. Record bread2 to undolog.
e. Modify Bamboo 4.
f. Write undolog to disk.
g. Write the data to disk.
h. Transaction commit
Undo+Redo
The simplified process of a transaction
Suppose there are two data An and B, and the values are 1 and 2 respectively.
a. The business begins.
b. Record Agg1 to undolog.
c. Modify Atom 3.
d. Record Aban 3 to redolog.
e. Record bread2 to undolog.
f. Modify Bamboo 4.
g. Record bread4 to redolog.
h. Write redolog to disk.
i. Transaction commit
Undo+Redo
Characteristics of the transaction
a. To ensure persistence, the RedoLog must be persisted before the transaction commits.
b. Data does not need to be written to disk before the transaction is committed, but is cached in memory.
C.RedoLog guarantees the persistence of transactions.
D.UndoLog guarantees the atomicity of the transaction.
e. There is an implicit feature that data must be written to persistent memory later than redolog
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.