> related question:
> 
> Does MySQL label as "slow" (as I believe PostgreSQL does) any 
> query that is
> not referencing an indexed table?

No. Any query that takes longer than long_query_time,
e.g. 10 seconds on most systems, to execute. 

Use SHOW VARIABLES to see it.

/ Carsten
--
Carsten H. Pedersen
keeper and maintainer of the bitbybit.dk MySQL FAQ
http://www.bitbybit.dk/mysqlfaq



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