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
806
May 01, 2021 06:47AM
356
May 01, 2021 09:28AM
432
May 03, 2021 01:51AM
366
May 03, 2021 11:07AM
1012
May 06, 2021 12:08AM
Re: Replication sql errors
508
May 06, 2021 11:17AM
455
May 07, 2021 04:25AM
489
May 06, 2021 11:20AM
437
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.