Results 1 to 2 of 2

Thread: InnoDB Vs. MyISAM

  1. #1
    wdroush is offline Senior Member
    Join Date
    Oct 2009
    Posts
    159

    Default InnoDB Vs. MyISAM

    So I'm considering to move to InnoDB due to the amount of table locking I'm getting right now, which is about 1:2000, software says I may want to selectively use InnoDB on my database. I'm having the feeling that the calls and leads table are probably the hardest hit with updates.


    What are the disadvantages to moving to InnoDB on a handful of high-use tables? Will I really see a performance improvement or is it just 20 minutes down and no real need unless we're looking at like a 2GB+ database?

    1:2000 isn't bad, but I'm thinking future wise as the system grows.

    I've also just increased my table_open_cache by 5x, it was only getting a 15% hit rate. See if that helps the lock rate.
    Last edited by wdroush; 2010-01-29 at 06:13 PM.

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: InnoDB Vs. MyISAM

    I use http://blog.mysqltuner.com/ to tune my databases, it works very well until you start to get terribly large tables, then a DBA becomes useful.

    As for the benefits of INNDB over myISAM it really all depends on who you talk to, there are strong cases on both sides. I always send people here (http://www.mysqlperformanceblog.com/...sam-to-innodb/) first. Many, many points made all in one place. Personally for small DBs I stick with myISAM and only after the first gig would I consider going to INNODB and even then I would pay an expert to do it as it will require a retuning of your system.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. MySql - innodb or myisam?
    By mikesolomon in forum General Discussion
    Replies: 2
    Last Post: 2009-03-26, 02:22 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
  •