You can tell MySQL to use (lots) more RAM to cache Index Keys by setting

an explicit value for its key_buffer variable. You can use the
SHOW STATUS query to determine the cache hit rate by comparing these
two values: Key_reads versus Key_read_requests. Key_reads divided by
Key_read_requests would give you the cache "miss rate".

Cheers,

Kent Hoover



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