So we just bought some sweet new servers based on advice we received from some MySQL guys at Sun... Here are the server spec's:
Sun Fire X4275
• Xeon X5560 2.80Ghz, 1333Mhz FSB, 2x8Mb L2 (x2)
• 300Gb 15k SAS HDD (x6)
• 32Gb SSD (x2)
• 72Gb Ram (4Gbx18 1333Mhz)
These are set up using MMM behind a Coyote Point load balancer (basically just does round robin with the read IP's in MMM to distribute the reads).
The main database which runs off these servers has around 256 million records (47Gb). It is 100% MyIsam and is read-only (although we do a batch import after hours once per month)
The largest table space usage:
Type Usage
Data 16,194.2 MiB
Index 7,689.8 MiB
Total 23,884.0 MiB
I'm wondering how we should utilize the solid state drives. Our data itself is eventually going to be to big to store on them and I tried moving the the *.MYI files to them and sym linking them from the data directory but didn't really perceive any sort of performance increase.
The other disks are set up in RAID 1 and I'm using deadline scheduler. I'm not sure if deadline is the best for SSD disks though either, I've not found any suggestions online.
Anyone have any suggestions?
Sun Fire X4275
• Xeon X5560 2.80Ghz, 1333Mhz FSB, 2x8Mb L2 (x2)
• 300Gb 15k SAS HDD (x6)
• 32Gb SSD (x2)
• 72Gb Ram (4Gbx18 1333Mhz)
These are set up using MMM behind a Coyote Point load balancer (basically just does round robin with the read IP's in MMM to distribute the reads).
The main database which runs off these servers has around 256 million records (47Gb). It is 100% MyIsam and is read-only (although we do a batch import after hours once per month)
The largest table space usage:
Type Usage
Data 16,194.2 MiB
Index 7,689.8 MiB
Total 23,884.0 MiB
I'm wondering how we should utilize the solid state drives. Our data itself is eventually going to be to big to store on them and I tried moving the the *.MYI files to them and sym linking them from the data directory but didn't really perceive any sort of performance increase.
The other disks are set up in RAID 1 and I'm using deadline scheduler. I'm not sure if deadline is the best for SSD disks though either, I've not found any suggestions online.
Anyone have any suggestions?
Comment