Dear Forum. I have a task that needs substantial amount of space to write to. Doesn't need to be contiguous just large(ish) enough. So I ended up with a bunch of NVMe SSDs in my system all UFS. Now, I could simply run said jobs on each SSD separately and in fact I have been doing exactly that for now. It then occurred to me that another option would be to put them in software RAID-0 and use it as one big drive.
Two questions.
Would RAID-0 like that help any? Does it have any benefits that targeting separate drives would not (other than "total contiguous space" available)?
Would ZFS pooling (in some way or other) offer any benefit? I understand ZFS not at all tbh.
In the above please assume write intensive IO tasks, mostly sequential.
Disk failure can be tolerated and in fact may happen, in which case all I would do is replace the failed disk and start over. Once task is complete the result of its computation (data of value) is moved to better storage.
Thank you
Two questions.
Would RAID-0 like that help any? Does it have any benefits that targeting separate drives would not (other than "total contiguous space" available)?
Would ZFS pooling (in some way or other) offer any benefit? I understand ZFS not at all tbh.
In the above please assume write intensive IO tasks, mostly sequential.
Disk failure can be tolerated and in fact may happen, in which case all I would do is replace the failed disk and start over. Once task is complete the result of its computation (data of value) is moved to better storage.
Thank you