View Single Post
  #4  
Old 11-19-2009, 01:08 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

If you're making changes to a live database (ie in use when you're working on it), it might be slow because you have multiple queries running at the same time.

After reading this article on MyISAM versus InnoDB, I have wondered why all the eqemu tables are default MyISAM instead of InnoDB considering that InnoDB uses row-level locks whereas MyISAM locks whole tables when updates are made.
Reply With Quote