Timeline for What would be most elegant way to replicate data contents periodically into a MySQL table?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 12, 2014 at 9:50 | vote | accept | Surabhil Sergy | ||
| Dec 9, 2014 at 11:18 | comment | added | Valerie Parham-Thompson | You're welcome! In general, default to using InnoDB unless there's a compelling reason to use MyISAM (there's not for this use case). It allows you better locking and transactional abilities, at the least. | |
| Dec 9, 2014 at 4:29 | comment | added | Surabhil Sergy | Thanks for that.One more question,what would be the ideal storage engine that could be used in these kind of operations? MyISAM or INNODB? | |
| Dec 9, 2014 at 2:34 | history | answered | Valerie Parham-Thompson | CC BY-SA 3.0 |