When dealing with a considerable number of records
(10s of thousands) in a particular table, which is better
to use?  Currently we are using MyISAM and the 
queries on those tables are kind of slow.  I've set the
most frequently used (in a query) columns as keys and
that isn't speeding it up any.  I'm wondering if switching
to InnoDB might solve my problem?

Chris




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to