Hello... I'm trying to tweak my MySQL server to fit my needs... and I have a basic question: What is the key buffer?
Through try and error I've found that a bigger key buffer makes my inserts faster... but I don't quite understand what it is. So... before I make something I might regret, I'd like to know what it is, and how it works.
Just for background information: I am running MySQL Server 5.0 on an Intel i7, 8GB RAM, and I am using CentOS 5.5. I am using MyISAM tables. The script I'm running is making about 2000 inserts per second.
Thank you for your answers.