ICPH
Member
Do You think SSD or classic HDD is better to be used for MySQL data?
when i do "iotop -a" i see almost exclusivelly io usage in like 15 processes like this:
but i read SSDs are limitted on writing cycles (if i say correct), reading is unlimitted on SSD.
So while i see write rate around 5 megabytes per second (12Tb/mo.,156Tb/year if count correct), mainly at mysql processes like one above, i have doubts if SSD is correct choice. (here is test where SSDs was able to write 600tb without issues)
Note that i cant modiffy mysqls structure, its not my mysqls i host them. mysql config is optimised according to 2 mysql optimising scripts.
when i do "iotop -a" i see almost exclusivelly io usage in like 15 processes like this:
mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64~mit=43762 --pid-file=/var/lib/mysql/host.domain.com.pid
but i read SSDs are limitted on writing cycles (if i say correct), reading is unlimitted on SSD.
So while i see write rate around 5 megabytes per second (12Tb/mo.,156Tb/year if count correct), mainly at mysql processes like one above, i have doubts if SSD is correct choice. (here is test where SSDs was able to write 600tb without issues)
Note that i cant modiffy mysqls structure, its not my mysqls i host them. mysql config is optimised according to 2 mysql optimising scripts.
Last edited by a moderator: