Hi All,
We have long running “ALTER TABLE … ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE = 4;” queries on source mysql instance. After the queries reach the replica mysql instance, over replication, we have noticed that the replication lag is getting increased continously. We also use MTR (Multi-threaded-replication) on the replica with the following settings:
slave_parallel_type=‘LOGICAL_CLOCK’
slave_parallel_workers=128
on Primary, we have also enabled “binlog_group_commit_sync_delay=10000;”
Kindly advise.