Hello,
Please suggest is there any other way through with i can make mysql replication faster ?
-- I am working on very heavy transactional system, on master we are executing lots of queries through multiple thread so our slave server always lag behind.
-- I am facing lot issues on production servers due to slave lag behind and i also searching for some good alternatives of mysql single thread replication.
-- I know about the parallel thread(slave parallel workers in Mysql-5.6) of replication but as all the tables are in one schema we are not able to get the benefit of that variable.
Thanks
Please suggest is there any other way through with i can make mysql replication faster ?
-- I am working on very heavy transactional system, on master we are executing lots of queries through multiple thread so our slave server always lag behind.
-- I am facing lot issues on production servers due to slave lag behind and i also searching for some good alternatives of mysql single thread replication.
-- I know about the parallel thread(slave parallel workers in Mysql-5.6) of replication but as all the tables are in one schema we are not able to get the benefit of that variable.
Thanks