Skip to content

gtid_executed_compression_period

xiaoboluo768 edited this page Jun 14, 2020 · 2 revisions
  • 表示mysql server在没执行了该变量指定的事务数量之后,执行一次压缩mysql.gtid_executed表,如果设置为0则表示不压缩mysql.gtid_executed表
    • 由于在使用二进制日志功能时,该表不会实时记录从库同步的主库事务的GTID,所以也就不会发生表的压缩,即,在开启binlog时该变量不起作用,除非禁用二进制日志记录时,该表中才会实时记录从库同步的主库事务的GTID,所以此时压缩功能才生效
    • 在MySQL5.7.5中,该变量为execut_gtids_compression_period,在MySQL 5.7.6版本中,被重命名为gtid_executed_compression_period
    • 全局变量,动态变量,整型值,默认值为1000,有效值为:0~4294967295

上一篇:gtid_executed | 下一篇:binlog_order_commits

Clone this wiki locally