Link to home
Start Free TrialLog in
Avatar of pvinodp
pvinodp

asked on

performance comparison after converting from myisam to innodb

In my application I have changed the database engine from myisam to innodb.
Now I want to check the difference in performance if any.
I can run my old application if needed.
Avatar of flytox06
flytox06
Flag of France image

Hi,

technicaly to see a difference, there must be a before and an after. In your case, you didn't benchmark your application before, then I don't see how you could see a difference... :-/

Avatar of pvinodp
pvinodp

ASKER

OK.  I can invoke my application with myisam in another machine. So I will have 2 machines running the application each with different engine.
ASKER CERTIFIED SOLUTION
Avatar of flytox06
flytox06
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pvinodp

ASKER

performance was compared using both methods for a same operation.