several NVMe hard drives. I would like to RAID0 a pair of these drives
Actually, I meant to put them into RAID1, to speed up the performance a bit.
No, to either of those.
Neither are a good idea, or particularly useful.
RAID 0:
Striped data across 2 or more drives. With spinning HDD, this could have been sort of a good idea, in a data center.
Speed up access to that billion row data base.
With SSDs, particularly NVMe SSD, a RAID 0 can often be slower than individual drives, due to the overhead. At best, you get 'similar' performance.
The benchmarks look great, but so what?
We don't operate on benchmarks, unless you're just looking for bragging rights among people who don't know any better.
RAID 1:
Mirrored across 2 or more drives. Provides physical drive redundancy.
Can be useful for continued operations in the case of a drive failing. For instance, if you're running a web server, and unscheduled downtime means lost sales.
Contrary to what a lot of people think, it is not a backup.
A real backup procedure not only safeguards your data in the event of a drive fail, but also all the other forms of potential data loss.
tl-dr : In the consumer space, RAID of any type is not a particularly good idea.