GreatSQL社区's Archiver
论坛问答
›
数据库运维
› sync_binlog变量存疑
lizibin
发表于 2023-2-21 10:37:40
sync_binlog变量存疑
MySQL官方文档关于sync_binlog 变量是这么解释的。
Controls how often the MySQL server synchronizes the binary log to disk.
这个我可以理解为 这个过程是 fsync()过程吗
yejr
发表于 2023-2-21 16:38:59
是滴,fsync()
页:
[1]
查看完整版本:
sync_binlog变量存疑