Koha 3.0 : myISAM or innoDB for mySQL ?
Hello all, I'm working a little on head atm. I'm wondering why we still use myISAM tables in Koha. innoDB tables seems highly better, as, for example, they support foreign keys, and such feature could strenghten the database I think. It also seems innoDB is a little better in perfs. so, is there a good reason to use myISAM or can I siwtch to innoDB and improve the DB scheme ? -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
I see no reason not to move to innoDB, it has many advantages, including stored procedures which Chris brought to my attention last week ... -- Joshua Ferraro VENDOR SERVICES FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS On Wed, Jan 04, 2006 at 11:26:48AM +0100, Paul POULAIN wrote:
I'm working a little on head atm. I'm wondering why we still use myISAM tables in Koha. innoDB tables seems highly better, as, for example, they support foreign keys, and such feature could strenghten the database I think. It also seems innoDB is a little better in perfs.
so, is there a good reason to use myISAM or can I siwtch to innoDB and improve the DB scheme ? -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
Joshua Ferraro a écrit :
I see no reason not to move to innoDB, it has many advantages, including stored procedures which Chris brought to my attention last week ...
Yes, but only in mySQL 5.0 And mySQL 5.0 is NOT common yet. My opinion is that we could have mySQL 4.1 as requirement, but not 5.0 (and 4.1 has important improvements with charset that will help the move to utf8 i'm working on today, so that confirms mySQL 4.1 will be required ;-) ) -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
Hi paul Happy new year. I'm not sure if innoDB is a good idea. It has better technical features, however It's future is not clear. The company that develops it was purchased by Oracle. Paul POULAIN wrote:
Hello all,
I'm working a little on head atm. I'm wondering why we still use myISAM tables in Koha. innoDB tables seems highly better, as, for example, they support foreign keys, and such feature could strenghten the database I think. It also seems innoDB is a little better in perfs.
so, is there a good reason to use myISAM or can I siwtch to innoDB and improve the DB scheme ?
participants (3)
-
Andres Tarallo -
Joshua Ferraro -
Paul POULAIN