Hello,
I’ve got 4x 2TB enterprise SSDs that I want to put into a 2 vdev mirror pool. The pool will be given to Proxmox Backup Server as a storage target.
One pair is a set of Micron 5300 Pros, and the other is a read-intensive Samsung pair of Samsung PM883s. On paper, they’re both rated for the same (or nearly the same) sequential read/write, though that’s certainly not a reliable metric.
However, the IOPS are quite different.
- The Samsungs list, for read/write: 98k/28k (see: https://files.hddguru.com/download/Datasheets/Samsung/pm883_datasheet.pdf);
- Meanwhile, the Microns: 95k/22k (see: https://www.shi.com/product/38773251/Micron-5300-PRO-SSD )
So, the Samsungs are faster, but for Proxmox Backup Server’s chunk-comparison-based I/O, I’m not sure how much that actually matters.
Question (See, I was going somewhere with this!): Is there any value in mixing the drive types for each vdev? That is, using a Micron and a Samsung in each vdev, versus having a Samsung vdev and a Micron vdev.
My instinct is that mixing them would force both vdevs to perform at the Micron’s slower speeds.
I haven’t used a pool yet where whole vdevs have entirely different drive types in them, so I’m not sure what the impact of that would be.
Either arrangement would be sufficient. I’m just curious what to expect in terms of performance.