Mysql Replication
Posted
by ychian
on Stack Overflow
See other posts from Stack Overflow
or by ychian
Published on 2010-04-09T16:48:37Z
Indexed on
2010/04/09
16:53 UTC
Read the original article
Hit count: 369
mysql
|database-replication
My current database design uses MyIsam mainly as the storage engine, I wonder if its possible to split some of the tables into MyIsam and some into Innodb in the same database. Reason of switching some of the tables to Innodb is because i need row-based locking which Innodb offers. I am not too sure whether this would have any effect on replication?
© Stack Overflow or respective owner