Hello,
While I know that random read speed is very important for the OS, are random writes as important?
Thx
Loa
Hello,
While I know that random read speed is very important for the OS, are random writes as important?
Thx
Loa
Hello,
Thanks for the replies guys.
I'll put the question in a more specific context: I'm really thinking of getting either the "new" X25-M 80GB or the Vertex 120GB SSDs for my OS drive. All of my data will be on my 2TB RAID0.
The only major difference between those 2 SSDs is the random write speed.
In the context of a OS drive, how would that affect speed/snappyness?
Thanks
Loa
Hello,
Thanks for the replies guys.
I'll put the question in a more specific context: I'm really thinking of getting either the "new" X25-M 80GB or the Vertex 120GB SSDs for my OS drive. All of my data will be on my 2TB RAID0.
The only major difference between those 2 SSDs is the random write speed.
In the context of a OS drive, how would that affect speed/snappyness?
Thanks
Loa
How much difference is there? My guess is that you won't notice a difference.
Agreed.
Random writes are still drastically higher than a HDD, but a slight difference won't matter.
Agreed.
Random writes are still drastically higher than a HDD, but a slight difference won't matter.
Well it's not a small difference (Anandtech tests):
Vertex: 2.4MB/s
Intel's X25-M (the new one): 34.5MB/s
Loa
If we all recall, it was the random writes that caused the first generation SSD "stutter" problems. I'll never forgive JMicron...
Could someone please elaborate on what exactly is random write? What kind of tasks specifically are you doing when random writing is involved.
Is it just a matter of file size?
Thanks.
Could someone please elaborate on what exactly is random write? What kind of tasks specifically are you doing when random writing is involved.
Is it just a matter of file size?
Thanks.
Well it's not a small difference (Anandtech tests):
Vertex: 2.4MB/s
Intel's X25-M (the new one): 34.5MB/s
Loa
Random writes is a benchmark test write pattern. Usually it's not actually "random" but rather scattered in a butterfly pattern across the platter surface. They should probably call it scatter-writing and not random.![]()
OS X (HFS) never ever does anything like what these tests do. You might be able to get it to happen if you created a million 1MB files to completely fill the HDD, then deleted every 500th file, and then tried to write a 1GB file onto that HDD. In OS X almost every write is a sequential write. OS X tries to always select a continuous space to write to. Scattered Reads (random reads) are a different story tho as it can't really choose where to read it from.It is where it is and if you're loading files from scattered locations it will need to seek around.
The Random Write test is designed to test write performance under conditions where rotational and seek latencies are massively abundant. Seek latency is the time it takes for the the R/W head to find the location it needs to move to and then to move there. Rotational latency is the time it takes after it's moved there for the controller and head to sync up with the data/logical-structure rotating underneath the head just prior to beginning the actual write or read operation.
Those benchmarks are old. The Vertex is getting better garbage collection soon anyways through custom firmware.
http://www.pcper.com/article.php?aid=760
Those benchmarks are old.[/url]
So, if this is true would it be safe to say for normal operations the ocz drives are just as good as the intel's? What about in RAID 0? By normal I mean just as boot drives or downloading files and converting them, then moving to an external.
What about if you were strictly encoding video then transferring it to a external drive? Or downloading data, converting it, then trasferring.
It doesn't change the fact that the Intel controller is vastly superior.
So the benchmarks go from 2MB/S and 35MB/S to 200MB/S and 250MB/S and you don't say to yourself: maybe they're testing something different here?
When most ppl think of random read/writes they mean 4K blocks of data. The chart from your article "start" at 64K and goes up.
Loa