Skip to the content.

sync_binlog

설정한 값의 쿼리 개수 이후 디스크 동기화

https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_sync_binlog


확인

SHOW VARIABLES WHERE VARIABLE_NAME LIKE 'sync_binlog';
/*
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| sync_binlog   | 1     |
+---------------+-------+
1 row in set (0.00 sec)
*/


관련 내용


관련 파라미터