MySQL Forums
Forum List  »  Replication

Re: Replication sql errors
Posted by: Peter Brawley
Date: May 06, 2021 11:17AM

Yes that can be a problem.

Also with row-based replication, 'making and restoring a backup can require more time. In addition, the binary log is locked for a longer time to write the data, which may cause concurrency problems [emphasis added]. Use binlog_row_image=minimal to reduce the disadvantage considerably." (https://dev.mysql.com/doc/refman/8.0/en/replication-sbr-rbr.html#replication-sbr-rbr-rbr-disadvantages). Did you choose row-based for a reason?

Options: ReplyQuote


Subject
Views
Written By
Posted
642
May 01, 2021 06:47AM
283
May 01, 2021 09:28AM
355
May 03, 2021 01:51AM
285
May 03, 2021 11:07AM
867
May 06, 2021 12:08AM
Re: Replication sql errors
408
May 06, 2021 11:17AM
372
May 07, 2021 04:25AM
390
May 06, 2021 11:20AM
352
May 06, 2021 06:59AM


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.