Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MySQL (Innodb vs MyISAM)
#3
You'll most likely benefit from the stability of MYISAM in most situations. Innodb is going to be slower on small sites that aren't as active but as activity grows and tables are waiting in locked states innodb would do better.

I was doing 250 queries per second with 1 out 35 queries being locked. So that's 6-8 query per seconds would lock. You take into account busy periods and long queries then you can see how that's a problem. With innodb I have 1:250 lock. I rarely see my tables with lock problems now. Innodb has been fantastic at solving my problems.
Superman I am here to rescue you.
This is Support Forums not Support PMs.  Do not PM me for support unless it's private and site related.
Reply


Messages In This Thread
MySQL (Innodb vs MyISAM) - by Omniscient - 01-16-2010, 06:30 PM
RE: MySQL (Innodb vs MyISAM) - by Gaijin - 01-16-2010, 06:38 PM
RE: MySQL (Innodb vs MyISAM) - by Omniscient - 01-16-2010, 06:45 PM
RE: MySQL (Innodb vs MyISAM) - by Gaijin - 01-16-2010, 08:37 PM
RE: MySQL (Innodb vs MyISAM) - by Cyandelta - 05-05-2010, 10:25 AM
RE: MySQL (Innodb vs MyISAM) - by alfonzo1955 - 05-24-2010, 05:10 PM
RE: MySQL (Innodb vs MyISAM) - by Camgaertner - 05-24-2010, 05:47 PM
RE: MySQL (Innodb vs MyISAM) - by Omniscient - 05-24-2010, 06:12 PM
RE: MySQL (Innodb vs MyISAM) - by Camgaertner - 05-24-2010, 06:15 PM
RE: MySQL (Innodb vs MyISAM) - by Omniscient - 05-24-2010, 06:19 PM
RE: MySQL (Innodb vs MyISAM) - by Camgaertner - 05-24-2010, 06:55 PM
RE: MySQL (Innodb vs MyISAM) - by fabay - 08-23-2010, 01:56 PM
RE: MySQL (Innodb vs MyISAM) - by Omniscient - 08-23-2010, 03:43 PM
RE: MySQL (Innodb vs MyISAM) - by Splodge0007 - 03-24-2011, 04:28 AM
RE: MySQL (Innodb vs MyISAM) - by developer99 - 07-22-2011, 03:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  vb6.0 + mysql Anurag.91 1 1,677 09-08-2012, 04:19 PM
Last Post: spesificrelax
  Creating and inserting data into a PHP and MySQL Database Peter L 9 4,150 03-24-2012, 10:49 AM
Last Post: Haxalot
  VB.NET MySql , Help please booterphhp 2 1,722 03-19-2012, 11:13 AM
Last Post: RainbowDashFTW
  [TUT] Include mySQL into php. MyNameIs940 48 23,374 01-14-2012, 04:45 PM
Last Post: Strafeness
  MySQL question ImFocuzz 8 2,778 07-17-2011, 06:57 PM
Last Post: Pedo bear

Forum Jump:


Users browsing this thread: 1 Guest(s)