PostgreSQL server: 10k RPM SAS or Intel 520 Series SSD drives?
Posted
by
Vlad
on Server Fault
See other posts from Server Fault
or by Vlad
Published on 2012-10-01T10:33:20Z
Indexed on
2012/10/05
3:40 UTC
Read the original article
Hit count: 530
We will be expanding the storage for a PostgreSQL server and one of the things we are considering is using SSDs (Intel 520 Series) instead of rotating discs (10k RPM). Price per GB is comparable and we expect improved performance, however we are concerned about longevity since our database usage pattern is quite write-heavy. We are also concerned about data corruption in case of power failure (due to SSDs write cache not flushing properly).
We currently use RAID10 with 4 active HDDs (10k 146GB) and 1 spare configured in the controller. It's a HP DL380 G6 server with P410 Smart Array Controller and BBWC.
What makes more sense: upgrading the drives to 300GB 10k RPM or using Intel 520 Series SSDs (240GB)?
© Server Fault or respective owner