MySQL Forums
Forum List  »  PHP

Re: ERP System w/ PHP and Mysql
Posted by: Ulf Wendel
Date: January 13, 2006 03:36PM

Ezequiel García wrote:
> We know that those tables are much slower, and we
> need to know as much as possible of them before we
> introduce any changes into the system.

A MySQL -> InnoDB table engine conversion is not really PHP related, is it? You might want to ask in the InnoDB forum.

Every table engine of MySQL has certain optimizations. It's difficult to day that one engine is always slower or faster than another engine. Sometimes, it's possible to identify slow and fast operations but ... Your question is very generic.

I suggest you take it to the InnoDB forums once you have converted all tables to InnoDB on a test system and done some performance tests. Then you can start to identify bottle necks - if any - and ask for help.

Ulf

Options: ReplyQuote


Subject
Written By
Posted
December 30, 2005 12:39PM
Re: ERP System w/ PHP and Mysql
January 13, 2006 03:36PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.