MyISAM vs InnoDB

Reply

Join Date: Feb 2008
Posts: 1
Reputation: chandranshu is an unknown quantity at this point 
Solved Threads: 0
chandranshu chandranshu is offline Offline
Newbie Poster

Re: MyISAM vs InnoDB

 
0
  #21
Feb 20th, 2008
Hi

I have been researching the differences (implementation as well as performance) between MyISAM and InnoDB for sometime. It looks like we need to hit a subtle balance between both of them,

In particular, it was very disappointing for me to read that Dani had to revert back from InnoDB.

The right way to use the mix, IMO, is to use a master-slave configuration for database replication. One should use InnoDB on the master to store tables for fast concurrent inserts and updates. The same table should be replicated on the slave using MyISAM for fast reads.

Also, when using InnoDB, don't forget to play around with the innodb_buffer_pool and innodb_thread_concurrency parameters. They seriously impact the performance you get out of InnoDB setup.

One last point to note here is that InnoBase has been acquired by Oracle already. So, future bug fixes and improvements may not be free.

Hope this helps!!
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 190
Reputation: mwasif is an unknown quantity at this point 
Solved Threads: 25
mwasif mwasif is offline Offline
Junior Poster

Re: MyISAM vs InnoDB

 
0
  #22
Mar 3rd, 2008
One last point to note here is that InnoBase has been acquired by Oracle already. So, future bug fixes and improvements may not be free.
I hope they are not going to do so. Read the Oracle statement.

BTW, SUN has acquired MySQL...
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 2
Reputation: lizzeelike is an unknown quantity at this point 
Solved Threads: 0
lizzeelike lizzeelike is offline Offline
Newbie Poster

Re: MyISAM vs InnoDB

 
0
  #23
Oct 23rd, 2008
this post is very helpful.thanks
Reply With Quote Quick reply to this message  
Join Date: Sep 2005
Posts: 1
Reputation: salami1_1 is an unknown quantity at this point 
Solved Threads: 0
salami1_1 salami1_1 is offline Offline
Newbie Poster

Re: MyISAM vs InnoDB

 
0
  #24
Jan 18th, 2009
I've been asking myself this same question but aren't you forgetting some important differences between Inno and MyIsam here?

As far as I know MyIsam does NOT support Foreign keys and InnoDB does. Which makes a huge difference in your coding / db design.

That is the main reason I'm struggling with the question, to switch or not to switch, as when I'm going to InnoDB I should redesign my database (just partially but still some extra commands are necessary to define the FK's) and more work is changing the (php / sql) code (where you don't have to do FK relations manually anymore)
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 11
Reputation: Sword is an unknown quantity at this point 
Solved Threads: 0
Sword's Avatar
Sword Sword is offline Offline
Newbie Poster

Re: MyISAM vs InnoDB

 
0
  #25
Jan 28th, 2009
this thread was very helpful thanks a lot dani
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the MySQL Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC