mysql-binlog-connector-java icon indicating copy to clipboard operation
mysql-binlog-connector-java copied to clipboard

How to solve the binlog sync delay?

Open ppr1011 opened this issue 2 years ago • 0 comments

I update one column data, like: update A set time = now(); if table A has 1 millon data, it will send 1 millon binlog. In this case, my binlog sync process is very slow? may be 30 minutes Is there any method to optimize this process and sync fast

ppr1011 avatar Sep 06 '23 13:09 ppr1011