Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 关于binlog_format参数修改问题

Currently, TiDB’s default binlog_format
is STATEMENT
. Using CloudCanal for data migration requires binlog_format
to be ROW
. I found a similar reference on the official website: TiDB Data Migration 任务前置检查 | PingCAP 文档中心. If this parameter is modified, what impact will it have on log backups? Will it cause the logs to become larger or create issues with BR restoration?