Understanding of innodb_flush_log_at_trx_commit in Mysql -


here part of definition "innodb_flush_log_at_trx_commit". if value of innodb_flush_log_at_trx_commit 0, log buffer written out log file once per second , flush disk operation performed on log file, nothing done @ transaction commit.

i little confused. "the log buffer written out log file" , "the flush disk operation performed on log file" same thing? "the flush disk operation performed on log file" means flush log buffer log file on disk, correct?


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -