Currently viewing and reading

Related Post

2 Comments Received

MyAvatars 0.2 atomic777
April 9th, 2008 @9:13 am  

A couple more important ones you should mention if you’re using InnoDB (which you should be, unless you have a good reason to use myisam)

innodb_log_buffer_size
This should be changed to as much as half your buffer pool size to smooth out I/O operations against data files

innodb_file_per_table
This is a very good idea as each innodb table will be created in its own file, making it much easier to keep data from getting fragmented, unless you have thousands of small tables in which case file descriptors can be an issue

MyAvatars 0.2 admin
April 10th, 2008 @11:57 pm  

Thanks for your input :)

Sorry the comment area are closed for non registered users