If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > cnf file configuration

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-15-04, 08:48
Feral Feral is offline
Registered User
 
Join Date: Sep 2004
Posts: 2
cnf file configuration

I currently have a 6GB database running on a dedicated 64 bit Athlon box with 2GB RAM.The database structure is 23 tables, 4 of which are over 1GB each. The database doesn't change and is not performing any transactional tasks, hence MyISAM instead of InnoDB. The database is still not running as fast as I would like.

Current set up:
query_cache_size=176M
table_cache=1520
tmp_table_size=63M
thread_cache=38
myisam_max_sort_file_size=100G
myisam_max_extra_sort_file_size=10* 0G
myisam_sort_buffer_size=63M
key_buffer_size=547M
read_buffer_size=64K
read_rnd_buffer_size=256K
sort_buffer_size=256K
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On