Welcome Guest, Not a member yet? Register   Sign In
Mysql Database engine for Codeigniter
#1

[eluser]bleu[/eluser]
Which Mysql database engine should I use to create my tables which are to be used in Codeigniter
#2

[eluser]WanWizard[/eluser]
That is entirely up to you, and the requirements of your application.

In general, MyISAM is faster, especially in situations where you have a lot more reads then writes, but lacks transactions. InnoDB is a bit slower, but allows for both transactions and concurrent operations.




Theme © iAndrew 2016 - Forum software by © MyBB