Hi
I'm running MySQL 4.0.25 on a Linux machine dual xeon 3.0GB Ghz(32 bit) with 6 GB RAM
the data is connected to a SAN storage
I wander what is the best tablespace configuration (except RAW) of configuraing?
my configuration is as follows:
innodb_data_file_path=ibdata1:10G;ibdata2:10G;ibdata3:10G;ibdata4:10G;ibdata5:10G;ibdata6:10G
innodb_buffer_pool_size=2G
innodb_log_file_size=500M (*3 files)
innodb_log_buffer_size=8M

the data within the tablespaces is approx. 42GB so far
this server is quite load ..
my question is : is it better to create 1 chunck of 60GB or is there better configuration of tablespaces?

Thanks in advance

Yariv

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to