mysql-binlog-connector-java
mysql-binlog-connector-java copied to clipboard
How to solve the binlog sync delay?
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