binlogo icon indicating copy to clipboard operation
binlogo copied to clipboard

Lost risk in range change(insert,update,delte)

Open jin06 opened this issue 4 years ago • 1 comments

If multiple MySQL data are updated in a transaction, there is a risk of data loss if the binlogo terminates abnormally during synchronization. The reason for this is that MySQL will not generate multiple events, but one or more events according to the size of the updated data.

jin06 avatar Dec 18 '21 02:12 jin06

Did you mean MySQL will not generate an event for each row change, but could merge several row changes into an event, and binlogo synchronization datas event by event?

optimistickz avatar May 12 '22 22:05 optimistickz