Re: Key Buffer Size

2005-08-29 Thread Gleb Paharenko
Hello. > =09To give you an idea of my database, I use Linux box with 6GB ram, > MySQL version 4.0.15. Most of my configuration is in lines with > my-huge.cnf. Your version of MySQL is rather old, I strongly recommend you to upgrade to the latest release (4.1.14 now). If your server has x86

Re: Key Buffer Size

2005-08-28 Thread Alexey Polyakov
Yeah, it's safe. -- Alexey Polyakov -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Key Buffer Size

2004-03-19 Thread Eric B.
Hi Terence, key_buffer_size is the amount of memory that is used to cache your index tables. If you are using 100% of it most of the time, you may benefit from an increase in it if you can afford to. You can also look at show status and look at key_reads and key_writes to give you an idea of how

RE: Key Buffer Size

2004-03-19 Thread Al Caponi
i did: http://www.mysql.com/doc/en/Server_system_variables.html -Original Message- From: Terence [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 3:11 PM To: [EMAIL PROTECTED] Subject: Key Buffer Size Hi, Can somebody tell me whether this is good or bad: Our mysql server has key_b