Reputation: 179
I want to build a high performance recording device that receives streaming data from a PCIe 5.0 card and stores it into a storage array. The throughput is 10 Gbytes/s and I need to record 20 TBytes without loosing a single bit.
To meet the high throughput and volume requirement my idea is to stripe the data across multiple SSDs such that the PCIe data will be divided into sections and written simultaneously to all SSDs. These are my ideas for the implementation :
Do you expect a significant performance boost with the 2nd approach ? Any other suggestions ?
Upvotes: 0
Views: 64