MySQL Forums
Forum List  »  Replication

Re: How to make Mysql Replication faster
Posted by: Sunil Divyeshvar
Date: November 24, 2014 04:49AM

-- If I recall correctly, MariaDB, even without Galera, has more parallelism in the Slaves.

Will have to check about MariaDB.


-- Have you looked at Engine=Blackhole in a relay? That _may_ give you another place to apply the trigger(s).

Engine=Blackhole , means slave side table's engine=blackhole ? no we required data on slave.


-- Would you care to step back and explain what your Triggers are doing? Perhaps we can concoct a different way to solve the ultimate problem.

We dont want to block/slow-down any insert on master so we are not doing any manipulation activity on master so we are having triggers on slave with all logic, Triggers working on before & after insert method , from that we are inserting/updating records in other different tables and from those tables other GUI related activity happens.

Tell me about Mysql-5.7.5 and parallel replication thread withing single schema.

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
1338
November 12, 2014 09:19AM
1268
November 13, 2014 06:45PM
1138
November 15, 2014 10:47AM
Re: How to make Mysql Replication faster
1093
November 24, 2014 04:49AM
1121
November 26, 2014 11:07AM


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.