KeyBufferSize

Contents

[edit] key_buffer_size Server Variable

[edit] Purpose

Controls the amount of memory allocated to the MyISAM index key cache

This server variable is global and pertains to MyISAM tables only

[edit] Usage

In your my.cnf file, under the [mysql.server] configuration section (or the [mysqld] section prior to MySQL 5.1), place the following:

key_buffer_size=128M

[edit] Notes

Remember that the mysql system database is composed of MyISAM tables, so even if your application tables use only non-MyISAM storage engines, you still need to keep a minimal value in key_buffer_size

Retrieved from "http://forge.mysql.com/wiki/KeyBufferSize"

This page has been accessed 3,394 times. This page was last modified 03:47, 8 June 2006.

Find

Browse
MySQLForge
Main Page
Current events
Recent changes
Random page
Help
Edit
Edit this page
Editing help
This page
Discuss this page
Post a comment
Printable version
Context
Page history
What links here
Related changes
My pages
Special pages
New pages
File list
Statistics
Bug reports
More...