binlogo
binlogo copied to clipboard
Lost risk in range change(insert,update,delte)
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.
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?