MySQL Forums
Forum List  »  Replication

Re: Parallel replication performance
Posted by: Rick James
Date: October 30, 2015 02:37PM

A single connection will use a (at most) a single CPU and (at most) one IO at a time.

The normal (non-parallel) replication mechanism is similarly limited.

If you have a query that it taking a long time (because of I/O or CPU), show us the query, plus SHOW CREATE TABLE. We may have advice on how to speed it up (by doing less I/O, etc).

Options: ReplyQuote


Subject
Views
Written By
Posted
1558
October 29, 2015 09:48AM
Re: Parallel replication performance
875
October 30, 2015 02:37PM
855
November 26, 2015 09:57PM


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.