MySQL Forums
Forum List  »  Replication

Re: MySQL Replication lag in slave due to Delete query - Row Based Replication
Posted by: Vinieth S S
Date: August 24, 2021 11:48PM

We actually delete rows by chunk (each chunk 2000), but without a sleep. For 10Million rows we thought sleep of 1 sec for each chunk will take extra time to process things.

What's your thought on statement based and repeatable read isolation for this process alone?

Thanks in advance

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.