• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to find out SSD speed?

eidma

Junior Member
I'm planning to buy a SSD. Now I have a WD Black 7200RPM. I'd like to know exactly how does the actual HDD speed compare to my future SSD, but I can't find any benchmarks that compare HDDs and SSDs (only HDDs vs other HDDs, and SSDs vs other SSDs).
Then I tried looking at spec sheets on the net. But most of the HDD speeds are given in Mb/s, while for SSDs they use IOPS. So, again, I couldn't compare because the unit of measurement differed.
How can I get an informed speed comparison, not just: "SSDs are way faster", but actual numbers, using the same unit of measurement (IOPS or Mb/s)?

Thanks.
 
If you know the I/O size, then converting from IOPS to MB/s is a simple multiplication.

The reason that HDDs are measured in MB/s, is mostly because people benchmark them with sequential transfers. The reason that they do that, is that HDDs, with their moving read/write head(s), really suck at random-access transfers (IOPS).

The reason that SSDs are measured in IOPS is basically the exact opposite. SSDs excel at random-access, and IOPS is a way of measuring that.

For comparison, a 7200RPM HDD may reach 120 IOPS. A budget SSD reaches something like 30,000. A "pro" SSD reaches 80,000-90,000.
 
Back
Top