MySQL - Which DB gives best sql performance?

2002-09-30 Thread Brian Safford
Which DB type will provide the best performance? We're currently using MyISAM, but I'm curious if switching to InnoDB will provide any performance improvements. Regards, Brian Safford EDS Messaging Note: The following was added to get this posting through the spam filters: sql query

Re: MySQL - Which DB gives best sql performance?

2002-09-30 Thread walt
Brian Safford wrote: Which DB type will provide the best performance? We're currently using MyISAM, but I'm curious if switching to InnoDB will provide any performance improvements. Regards, Brian Safford EDS Messaging Note: The following was added to get this posting through the spam

Re: MySQL - Which DB gives best sql performance?

2002-09-30 Thread Jeremy Zawodny
On Mon, Sep 30, 2002 at 03:45:20PM -0400, Brian Safford wrote: Which DB type will provide the best performance? We're currently using MyISAM, but I'm curious if switching to InnoDB will provide any performance improvements. It depends. There are cases when MyISAM is the clear winner and