-2

the purpose is to get the max space and the best performance

is it possible to merge two drives one is hdd and the other is ssd into one partition using raid 0 ?

and do it provide good performance ?

1 Answers1

1

Is it possible? Of course, but with a RAID0, you will only use the same size on the HDD as is the SSD, which will usually be smaller.

Will it provide good performance? Obviously not, except in edge cases where you read/write only from a fast stripe on the SSD. The slow stripes will severely impact the performance of the whole array. On average, you might end up with a performance boost, but it will be relatively small, depending on your specific workload.

That being said, there are a number of approaches you can take to actually improve the performance with this set:

Sven
  • 98,649
  • 14
  • 180
  • 226