MySQL Forums
Forum List  »  Performance

MySQL with SSD/HDD
Posted by: Tobias K.
Date: February 10, 2014 08:59AM

Hello,

since our InnoDB database size (75GB) exceeds the RAM size (32GB), we plan to use SSD drives to speed up our MySQL Server.
Hardware specs:
- 32GB ECC RAM
- 2x 1 TB RAID 1
- RAID Controller: LSI Logic / Symbios Logic MegaRAID SAS 2108 [Liberator] (rev 05)

MySQL settings:
innodb_flush_method = O_DIRECT
innodb_buffer_pool_size = 26624M
innodb_log_file_size = 256M
innodb_log_buffer_size = 8M

We want to use the free RAID ports to install two 240 GB 6 Gb/s SSD (RAID 1).

After reading some articles about MySQL SSD/HDD performance, I would use the SDD for all innoDB data except for Redo log and ibdata, which I would put on HDD.
Is this a good setup? Is it better to leave the OS (Ubuntu Linux) on HDD, or will performance be better if the OS is installed on SSD?

Thanks!

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL with SSD/HDD
5712
February 10, 2014 08:59AM
2861
February 11, 2014 08:26PM
1717
February 13, 2014 06:00AM
1775
February 14, 2014 03:40PM
2011
February 18, 2014 05:03AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.