Hi all, System details:
PowerMac G5 1.6 GHz dual processor 3 G RAM Mac OS X (10.3.4) Application : MYSQL (mysql Ver 12.20 Distrib 4.0.13, for apple-darwin6.6 (powerpc)) + APPACHE I have couple of database on a single installation of MySQL. One of these databases is static (only selects) and is really huge (it has tables with 500,000,000 rows) and the remaining databases are comparatively small and have frequent updates. All tables are MyISAM type. I am currently considering ways to improve the perfromance (select) of the huge database. There wont be more than 5 - 10 users accessing this database concurrently. Current System variables key buffer size 8388600 sort buffer size 2097144 join buffer size 131072 max heap table size 16777216 max join size 4294967295 max sort length 1024 myisam max sort file size 2147483647 myisam sort buffer size 8388608 Upto my understanding mysql runs on a single thread and is not capable of utilizing both the processors. (please correct me if i am wrong). I would like to know if I could see any performance improvement if I do a second installation of MySQL and move the huge database to the new installation. In that case please suggest me if it is better to install by compiling the source code or is there any package available that can be used directly. Also it would be helpful if you could give me some hints on what system variables to set and what table types to use. After doing the basic setup, I will play with the queries to optimize them. Thanks for your help Kareen T __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]