Hot Deal - Intel Optane 905P 960GB w/U.2 to M.2 adapter cable $219.99

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

unphased

Active Member
Jun 9, 2022
172
40
28
Agreed that scaling up ram is often the way to go. i dont have any server platforms on hand and wont run out of compute for a while yet, to justify getting one.
 

WhiteNoise

Member
Jan 20, 2024
58
15
8
Optane is great. But Optane is also attacked by multiple fronts by RAM and the NAND SSD.

I would say that TODAY, OPTANE vs FLASH SSD
1. Low queue depths random read, Optane has still a big advantage (like 3x~4x faster).
2 Low queue depths random write, Optane is on par with pSLC drives and better than TLC drives.
3. High queue depths random read/write, flash SSDs are better.
4. Sequential random read/write, flash SSDs are better.
5. Has great endurance, but nothing that can't be replicated with sufficient overprovisioning on the flash side.

So you really need to think about an application where you need to flush to permanent storage immediately, there's no time to batch things (make it sequential operation), and the access pattern is random. The answer to this is probably a mission critical database.

For L2ARC, which is a ZFS optimization for read operation, it's more economical and performant to just have more ram.
For ZIL/SLOG, which is a ZFS optimization for synchronous write operations (random and sequential, but mostly small stuff), I think it's toss up between optane and good modern flash drive.
For metadata vdev, which is a filesystem map/database with small entries, I think optane is still a top choice.
 
  • Like
Reactions: abq and fossxplorer