-1

Lets take common numbers:

SATA HDD - 120Mb/s read, write speed heavily depends on gaps in sequence
SATA SSD - 550Mb/s read, 500Mb/s write
PCIe SSD - 2500Mb/s read, 1500Mb/s write

Lets assume they are connected to AHCI controller (not RAID controller). If we connect two identical drives to AHCI (not RAID-0) and use two-threaded application running on two CPU cores to read/write sequental data, will be speed doubled?

happy_marmoset
  • 201
  • 2
  • 5

1 Answers1

2

will be speed doubled?

Yes, No, Maybe - anywhere in between - it entirely depends on the actual configuration and the nature of the use case. In real terms yes you should see some benefit but the only way to know is to test it as you need.

Chopper3
  • 101,299
  • 9
  • 108
  • 239