Below are results from CrystalDiskMark. Some observations. Sequential read/write is above advertised 2500 MBps/1200 MBps. But random read/write is well below advertised 460,000 IOPS/290,000 IOPS. I need to collect results for SATA SSD using the same ...
Tom,That does seem to be the case.My question now is how do I get the promised 4x performance improvement out of Intel 750 PCIe drive? Right now it underperforms a 2 generations older SATA SSD.
I've played a little bit with this. Wrote a small code to test speed. It writes a 3GB binary file. static void Main(string[] args) { if (args.Length != 1) { return; } var bytes ...
Is there a plan to fix this? Any reason for this limitation?I've just bought Intel 750 PCI-e myself and discovered this problem. The PCI-e is fast but caching is still faster. I have bought 64GB of RAM to allow a lot of caching. It is very disappoint...