哪吒机器人提醒:

提醒:MySQL Performance Blog
【标题】The relationship between Innodb Log checkpointing and dirty Buffer pool pages
【摘要】this is a time-honored topic, and there’s no shortage of articles on the topic on this blog. i wanted to write a post trying to condense and clarify those posts, as it has taken me a while to really understand this relationship.some basic factsmost of us know that writing into innodb updates buffer pool pages in memory and records page operations in the transaction (redo) log.behind the scenes those updated (dirty) buffer pool pages are flushed down the to the tablespace.if innodb stops (re... (02-18 05:55)