MySQL Forums
Forum List  »  Replication

Master with innodb and slaves with MyISAM
Posted by: Stefano Nichele
Date: October 03, 2010 11:14AM

Hi All,
i read an article that suggests to use innodb (i need it) on the master and MyISAM on the slave where no transactions are performed.

This for me make sense since MyISAM is really faster but, since in this way I'm not able to promote it as master in case of failure, i'm thinking to use:
Master: innodb
Slave1: innodb
Slave2: myisam
Slave3: myisam

I have still to verify if the jdbc driver is able to "forward" reads on the idler slaves, otherwise i could keep slave1 offline having a sort of master-master (active-passive).

The questions:
- what do you think about this approach ?
- how cascade on delete works in this case? I know that they work with innodb and not with myisam so i have some concerns. Is the replication able to handle this case?

Thanks a lot
ste

Options: ReplyQuote


Subject
Views
Written By
Posted
Master with innodb and slaves with MyISAM
1675
October 03, 2010 11:14AM


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.