Results 1 to 3 of 3

Thread: MySql - innodb or myisam?

  1. #1
    mikesolomon is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    UK
    Posts
    1,467

    Default MySql - innodb or 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

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: MySql - innodb or myisam?

    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)
    ______________________________________________

  3. #3
    stevec is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    London
    Posts
    1,100

    Default Re: MySql - innodb or myisam?

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 2008-07-08, 04:24 PM
  2. Replies: 1
    Last Post: 2007-08-05, 03:28 AM
  3. Need DB script with relationships for InnoDB.
    By process in forum Developer Help
    Replies: 5
    Last Post: 2007-07-02, 07:30 AM
  4. Converting to InnoDB
    By Proware in forum Help
    Replies: 4
    Last Post: 2006-10-02, 01:28 PM
  5. Best way to upgrade to innodb
    By codek in forum Help
    Replies: 1
    Last Post: 2006-05-31, 09:39 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •