I am running on mysql
My databases are set up as innodb
Would I be better off with myisam?
I am running on mysql
My databases are set up as innodb
Would I be better off with myisam?
Mike Solomon
Development Manager
Ivy Ltd
www.ivy.ltd.uk]www.ivy.ltd.uk
php version 5.2.6
MySql 5.1.59
SugarCRM On Demand runs off of InnoDB, so it should be safe.![]()
Regards,
Angel Magaņa
Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
Blog: http://cheleguanaco.blogspot.com.
Twitter: @cheleguanaco.
________
| Projects: |_____________________________________
|
| CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
| GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
| CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
| Round Robin Leads Assignment
| Phone Number Formatter
| CaseTwit (Twitter Integration)
______________________________________________
It depends on the size of the database and the number of users. The more users, the better innodb suits the implementation as it has a more granular record locking when updating tables. It's also an 'ACID' database engine - so it shouldn't corrupt as easily as MyISAM could.
However, if it's a small dataset and only a couple of users, then MyISAM could be better as it's a little bit faster for general queries.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks