Ooo ahhh, thanks Curt =)

> -----Original Message-----
> To help figure out which queries are running slow there is the
> php.ini setting:
> 
>   mysql.trace_mode=On
> 
> Using this will have the php library analyze your queries and if
> any of them do table scans php will issue a warning about it, which
> can be very helpful finding out where you need indexes.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to