Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Do I need to use InnoDB tables with MySQL?

InnoDB MySQL tables
0
Posted

Do I need to use InnoDB tables with MySQL?

0

No. We defaulted to InnoDB table types in early Propel release just because these table types offer true foreign key constraints and transaction support. Obviously supporting transactions and fkey constraints has its advantages for Propel, but you are able to use MySQL’s native (and faster) MyISAM table types. This is probably a good idea if your application is primarily using Propel for reading data. To change the table type, specify propel.mysql.tableType=[MyISAM|InnoDB] (case-sensitive) property in your build.properties file.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123