>> 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.
> Really?  That's not a lot of data.  Can you provide examples?

Of the data? Or of the queries?
 
>> 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?
> Probably won't help much at all.  We need to find the root of the
> problem (why the queries are slow).

Should I post some of my queries here?  Those would be the root of
the problem, yes?

Chris

MySQL



---------------------------------------------------------------------
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