Hello, I need to know what should be need to get best IO performance from the server. Guests are Linux container running PostgreSQL and Windows server 2012 R2 running MSSQL.
Here is my server specs:
CPU: Xeon E5 2620v4
RAM: 64 GB DDR4 ECC
First I've tried ZFS striped mirror (raid 10 equivalent ) on 4 SATA 7200 enterprise HDD.
It was horribly slow.
fsync/seconds = 80
Then I added SSD as logging device:
fsync went to 120.
Eventually, I replaced all device with 4 x 1tb Mushkin Reactor. Now fsync is around 500ms.
Much better. But I still don't know if I am getting best performance especially after reading this from https://pve.proxmox.com/wiki/Raid_controller
"
Single SATA WD 400GB: 1360.17
3 x 15K rpm sas RAID5 with write-through: 159.03 (YES, only 159!)
same as above but with write-back enabled: 3133.45
"
It seems like hardware raid increase performance a lot and I'm planning to buy LSI Megaraid SAS 9271 1gb with BBU.
Question is if I use hardware raid 10 with battery and write back cache, is there a difference between using SSD or HDD?
I don't need high sequential speed of SSD, just need very high IO speed.
Your input will be greatly appreciated.
Here is my server specs:
CPU: Xeon E5 2620v4
RAM: 64 GB DDR4 ECC
First I've tried ZFS striped mirror (raid 10 equivalent ) on 4 SATA 7200 enterprise HDD.
It was horribly slow.
fsync/seconds = 80
Then I added SSD as logging device:
fsync went to 120.
Eventually, I replaced all device with 4 x 1tb Mushkin Reactor. Now fsync is around 500ms.
Much better. But I still don't know if I am getting best performance especially after reading this from https://pve.proxmox.com/wiki/Raid_controller
"
Single SATA WD 400GB: 1360.17
3 x 15K rpm sas RAID5 with write-through: 159.03 (YES, only 159!)
same as above but with write-back enabled: 3133.45
"
It seems like hardware raid increase performance a lot and I'm planning to buy LSI Megaraid SAS 9271 1gb with BBU.
Question is if I use hardware raid 10 with battery and write back cache, is there a difference between using SSD or HDD?
I don't need high sequential speed of SSD, just need very high IO speed.
Your input will be greatly appreciated.