Originally posted by piorunz
View Post
Announcement
Collapse
No announcement yet.
7.4M IOPS Achieved Per-Core With Newest Linux Patches
Collapse
X
-
-
Originally posted by torsionbar28 View PostOptane costs 1/2 what DRAM does, while offering similar performance characteristics,
Also, the SSD he used is a PCIe card, not a NVDIMM. That's what people doing big-time in-memory databases will probably be using.
- Likes 2
Comment
-
Originally posted by nils_ View PostI paid 1800€ for the 800GB P5800X.
I was looking at Optane drives, but the 800p was only PCIe 3.0 x2. I thought it would make a good boot drive, and prices weren't too bad a couple years ago. I decided to pass, hoping they'd replace it with a faster version, but instead they seem to be mostly withdrawing Optane from the consumer market.
Comment
-
Originally posted by coder View PostI got a couple PATA SSDs, probably about 8 years ago. Maybe you can still find them on ebay? I don't know if they'll work with any PATA controller card with an ISA or EISA interface, though. If your PC had PCI slot, then you'd be in luck. You can even find PCI-based SATA controller cards! I think I got a free one included with an early SATA HDD, in fact.
But that's not the point, I have, or I can acquire, plenty of hardware. I want to rebuilt it as it was, 1991 style. 104 MB HDD, no CD, Windows 95 installed via Floppy to HDD trick. 4 MB of RAM, 1MB VRAM. It will be rebuild as it was and re-sold as a retro - with 80386 CPU - PC.
Comment
-
Originally posted by coder View PostFor what purpose?
I was looking at Optane drives, but the 800p was only PCIe 3.0 x2. I thought it would make a good boot drive, and prices weren't too bad a couple years ago. I decided to pass, hoping they'd replace it with a faster version, but instead they seem to be mostly withdrawing Optane from the consumer market.
Comment
-
Originally posted by coder View PostThat's a performance metric, not a use case. A use case is an example of what sort of tasks a user would perform that would noticeably benefit from high sequential, random 4k IOPS. Reboots would be one such example. That's about the only thing a normal user would do that comes to mind, where they could probably observe a performance improvement.
Examples of things professionals might do could involve searching through GIS data or maybe volumetric medical imaging on a dataset that's too big to fit in memory.
BTW, Intel mentions that for a specific workload including medical imaging and analysis at an Italian university, Optane cut the necessary analysis time from 40 minutes to just 2 minutes (source). So that tracks with your assertion.Last edited by ermo; 15 October 2021, 09:38 AM.
Comment
-
Originally posted by coder View PostThat's a performance metric, not a use case. A use case is an example of what sort of tasks a user would perform that would noticeably benefit from high sequential, random 4k IOPS. Reboots would be one such example. That's about the only thing a normal user would do that comes to mind, where they could probably observe a performance improvement.
Examples of things professionals might do could involve searching through GIS data or maybe volumetric medical imaging on a dataset that's too big to fit in memory.
4k random access is not always the bottleneck. but improving 4k performance is like improving the 99th percentile for games' fps.
And to actually provide a use case: compiling a program is almost exclusively about 4k random access. Imagine if incremental compiling in the background would suddenly become feasible. It would make writing compiled code, feel almost like scripting.
Comment
-
Originally posted by nils_ View PostThe consumer drives aren't particularly useful
Originally posted by nils_ View Postand haven't been refreshed for PCIe4.0.
Comment
-
Originally posted by ermo View PostFor the sake of argument, say you use Virtual Machines on a workstation as part of your $DAYJOB. Would doing regular snapshots of states for a high degree of data protection on the fly be a use case where Optane would offer a noticeable benefit over NVMe SSDs as perceived by a user?
https://www.storagereview.com/review...vme-ssd-review
You'll definitely want to steer clear of QLC drives. There aren't any consumer-grade MLC options, AFAIK. I think everything is now TLC or QLC.
Originally posted by ermo View PostBTW, Intel mentions that for a specific workload including medical imaging ... So that tracks with your assertion.Last edited by coder; 15 October 2021, 10:08 PM.
Comment
-
Originally posted by bug77 View PostAll things you do on a computer need 4k random reads (or maybe writes). Most of these are linked (but not limited) to reading (and saving) state/config.
4k random access is not always the bottleneck. but improving 4k performance is like improving the 99th percentile for games' fps.
As far as writes go, write buffering is pretty powerful stuff. That and caching are the main reasons PCs with modern operating systems were quite usable with HDDs.
Regarding the analogy with 99th percentile gaming framerates, it's not a bad one but also kind of pointless. For games, the reason 99th percentile matters is that it's a realtime application. When the framerate drops, it's very noticeable. Even if it happens just a couple times in a session, it's still enough to potentially cause problems for the player. Though it might not often cause them to get killed or miss a shot, it could happen at inopportune times that really spike their stress levels, and that makes it very memorable and a problem worth trying to solve.
However, when we're talking about run-of-the-mill computer usage, 99th percentile stuff is likely to go unnoticed and doesn't really matter, because hey it's less than 1% of the time. And a lot of that is going to be when the user isn't expecting an immediate response, anyhow.
Now, I think we can imagine there's some barely-perceptible improvement in startup times of big apps. That would be consistent with initial reviews I read of Intel's 900p and 905p consumer Optane drives, at least. So, I'm not trying to say Optane is completely irrelevant for consumers, but it's generally not even close to justifying the price delta. I'm guessing that has something to do with the reason Intel is yet to release any Gen2 Optane devices for consumers.
Originally posted by bug77 View PostAnd to actually provide a use case: compiling a program is almost exclusively about 4k random access.
Originally posted by bug77 View PostImagine if incremental compiling in the background would suddenly become feasible. It would make writing compiled code, feel almost like scripting.Last edited by coder; 16 October 2021, 10:29 AM.
Comment
Comment