Intel Optane SSD 905P Review: World's Fastest SSD Gets LEDs

Editor's Choice

Tom's Hardware Verdict

The Intel Optane SSD 905P isn't a drive for everyone, but it's the fastest SSD we've ever tested. The price will keep most away, but the performance in the right hands, and applications, can increase productivity. We're not too upset about the cost because the new technology is worth every penny.

Pros

  • +

    Leading random read performance

  • +

    Exceptional mixed workload performance

  • +

    LEDs to light up your PC

  • +

    Unreal user experience

Cons

  • -

    Cost ($1300 MSRP)

  • -

    No GUI LED control

  • -

    No 960GB U.2 model

Why you can trust Tom's Hardware Our expert reviewers spend hours testing and comparing products and services so you can choose the best for you. Find out more about how we test.

Intel Optane SSD 905P Review

Intel's Optane SSD 905p is the fastest SSD ever made thanks to its new 3D XPoint memory, but some people don't think the new memory is much better than flash. These are probably the same people that think their Honda Civic is just as good as a Ferrari. Sure, both cars will get you from stoplight to stoplight, but only one will do the job properly when you need to go really fast.

Swipe to scroll horizontally
Row 0 - Cell 0 Intel Optane SSD 905P (960GB AIC / 480GB U.2)Intel Optane SSD 900P (480/280GB AIC / 280GB U.2)Samsung 970 Pro (1TB M.2)
Sequential Read/Write2,600 / 2,200 MB/s2,500 / 2,000 MB/s3,500 / 2,700 MB/s
Random Read/Write575,000 / 550,000 IOPS550,000 / 550,000 IOPS500,000 / 500,000 IOPS
Chris Ramseyer is a Contributing Editor for Tom's Hardware US. He tests and reviews consumer storage.
  • docswag
    What's even the point of the 960gb model if two 480gbs in RAID0 would be cheaper?
    Reply
  • docswag
    What's even the point of the 960gb model if two 480gbs in RAID0 would end up cheaper? Usually higher capacity SSDs have lower price/GB
    Reply
  • svan71
    each model is $200 more than i'm comfortable spending, at least they should be 512 and 1024. The storage numbers bs should be dealt with. I purchased a 4tb drive once formatted it's 3.6. Thats 400 gb lost simply making the drive usable.
    Reply
  • dudmont
    20957159 said:
    each model is $200 more than i'm comfortable spending, at least they should be 512 and 1024. The storage numbers bs should be dealt with. I purchased a 4tb drive once formatted it's 3.6. Thats 400 gb lost simply making the drive usable.

    Optane doesn't need overprovisioning. No more lost space.

    As to the issue of 2 in raid vs 1 big drive. It would be cheaper, but not faster(except in sequential, which doesn't hardly matter, as most users never have circumstances where sequential actually happens).
    Reply
  • Brian_R170
    I'd like to see some more data on power consumption. My instinct says that since the idle power consumption of Optane is so much higher than a NAND SSD, a typical desktop system with Optane won't be able to compete on power. However, the last paragraph on performance testing gives some hope at least for systems that aren't idle.
    Reply
  • Brian_R170
    20957058 said:
    What's even the point of the 960gb model if two 480gbs in RAID0 would end up cheaper? Usually higher capacity SSDs have lower price/GB

    There's the convenience of not having to deal with RAID. I know my time would be worth the extra $100 to never have to deal with it if I didn't have to.

    Plus, in theory, 2 drives in RAID have 3 times as many points of failure.
    Reply
  • takeshi7
    You should do the loading benchmarks in CPU reviews instead of SSD reviews. It's pretty obvious that the storage isn't the bottleneck because all of the numbers are so close regardless of whether it's the Intel 905p or just a SATA SSD. The CPU and/or platform must be the bottleneck.
    Reply
  • Gillerer
    20957159 said:
    ... The storage numbers bs should be dealt with. I purchased a 4tb drive once formatted it's 3.6. Thats 400 gb lost simply making the drive usable.

    The issue wasn't with "making the drive usable", but with the fact that a 4 TB drive has 4,000,000,000,000 bytes (usually with a few hundred thousand extra), which is industry standard and correct, since 1 tera = 10^12.

    Where it breaks down is when Windows reports file and drive sizes in base 2 while still using base 10 prefixes. A Windows "terabyte" (really tebibyte) equals 1024^4 = 1.0995*10^12.

    If you divide the 4,000,000,000,000 with 1.0995^12, you get 3.637. It *should* be labeled TiB, but Windows uses TB.
    Reply
  • Giroro
    20957159 said:
    each model is $200 more than i'm comfortable spending, at least they should be 512 and 1024. The storage numbers bs should be dealt with. I purchased a 4tb drive once formatted it's 3.6. Thats 400 gb lost simply making the drive usable.

    You don't lose 400 GB due to "formatting" - that's a marketing lie that generally hasn't been applicable since floppy disks. On floppies you could change the amount of space the disk could hold by altering the number/layout of the magnetic tracks - but people don't do that kind of thing with HDDs. SSDs are not magnetic so it is literally impossible to change the amount of flash memory available by changing the format. You can't change physical chips using software. Format in this case means the physical arrangement of data, not what filesystem is being used on the disk.
    Now, formatting a disk in Windows generally means to initialize a specific file system (FAT, NTFS) on the disk.
    When you format (add a file system) a drive with windows, you do lose a few hundred megabytes as the drive needs a space to save where the files are located. But Windows will display this as used space, not by reducing overall capacity.

    To windows, 1 GB = 2^30 Bytes = 1073741824 Bytes
    To storage marketers 1 GB is redefined to 10^9 = " 1 Billion Bytes" (There was a lawsuit to stop this because for most other industries it is illegal to redefine units of measure, but the storage companies won since "giga" can mean 10^9 in scientific notation)
    What actually ends up on the (raw/"unformatted") drive is often a little bit less than the advertised "1 Billion Bytes", and I have not yet found any other explanation other than false advertisement. I don't think this is a case of over provisioning, but it's not like there's many people out there testing various drives for their true capacites.

    Since the old definition of 1GB = 2^30 Bytes is very important for a lot of technical reasons, computer scientists invented a new word "Gibbibyte" to use instead. So now the abbreviation is 1GiB = 2^30 Bytes. Windows still uses the old abbreviation of GB (and maybe Mac/Linux?, I've seen it both ways in android) when they really mean GiB. There is a whole set of equivalents to expresses capacities in binary:
    1 Tebibyte (TiB)= 1024 GiB
    1024 Mebibyte (MiB) = 1 GiB etc.
    Basically say the old words as if you were a baby, and you have the new words. Yes, it's very dumb sounding but extremely important for engineers to be able to speak about this stuff in a non-ambiguous way.

    Anyways, the reason you have less capacity than you think you should, is because 1 GB is about 7% smaller than 1 GiB. But the gap gets worse as you move between orders of magnitude. So 1 TB is more like 9% smaller than 1 TiB.
    Check an online calculator and you'll see 4TB = 3.63798 TiB (which you'll see as 3.6 TB in Windows) = 3725 GiB

    TL;DR Hard drive storage capacities are a deliberately confusing mess, and marketers get away with their obsolete "formatting" explanation because most people don't know the difference. All the data you "lose" never existed in the first place and some judge said that's legal, because of technicalities and math. Also, OS makers aren't exactly helping the situation.
    Reply
  • staging10_purch
    this looks promising!
    Reply