Understanding SSD Advertised Performance and Its Purchase Implications – An SSD Primer

UNDERSTANDING OUR COMPUTER USE

In the end, it confirms something we always thought but just didn’t really understand.  Large sequential read and write access (high sequential and 512kb) are utilized by the average user less than 1% of the time yet the most used method of access is smaller random write access as shown by the 4k write at over 50%.

Manufacturers showcase high sequential disk transfer speeds in selling their SSDs solely for their lightning fast appearance yet, these high sequential speeds are actually the disk transfer method that is used the least at less than 1% in  total.  As much as we would like to lay blame solely on the SSD companies, the majority of blame actually goes right back to the new SSD consumer who knows of no other way to differentiate between the myriad of SSDs available other than through high sequential performance.

blankSince the small 4k random write score is accessed at over 50%, lets examine that for a bit. Take a look at the two above benchmarks and tell me which is the better. Do you see a pattern at all? Look closely at the small random 4kb access speed results and how they differ.  Would you believe that the result on the left is that of a hard drive while the SSD is to the right?

The truth is that the low 4k random write performance of the SSD on the right is 81 times faster than that of the hard drive on the left and this disk transfer method is the most used at well over 50% of the time.  Next to disk access speed, low 4k data movement is primarily responsible for the visible upgrade we see when moving from a hard drive to an SSD.

LOW 4K WRITE PERFORMANCE EXPLAINED

When you start your computer and/or any software applications, your system relies on several dynamic link libraries (DLLs) to get the OS and applications up and running properly.  DLLs are simply hundreds of smaller programs that are called upon by the main program when needed and do not reside in your RAM.  These DLLs are very small in size and are loaded through 4-8kb random disk access which means that the faster they load, the faster the OS loads as well as its software.  It also means that the faster these DLLs can be loaded while a program is in use, the quicker the program.

In other words, the 4kb random write access is the single most crucial access that results in better visible SSD performance. If you are considering buying an SSD and want the absolute best visible upgrade from your present system, you simply find the SSD with the best transfer results at the 4-8 kb random access level.

UNDERSTANDING DISK ACCESS SPEED

Some may read this and think that we should have opened with an explanation of ‘disk access’, however, the truth is our selection of an SSD will have very little to do with disk access speeds whatsoever.  While it is true that the largest visible performance upgrade we see when moving from a hard drive to an SSD is definitely a result of disk access speeds, all SSDs have very close disk access speeds which are around 0.01-0.02ms, as compared to a hard drive which is typically 9ms or more.  Lets take a look at a benchmark of the Intel Series 520 240GB SSD where the disk access speed is shown as ‘Resp. Time’:

blankOnce again, when we compare the disk access at low 4k random write to that of the typical hard drive, we are looking at a disk access decrease of 90 times which accounts for the stealth of the SSD in use.

FINAL THOUGHTS

It’s a given that the most visible upgrade we see when moving from a hard drive to a SSD is accomplished through the lightning fast information retrieval accomplished by the the access speed of the SSD first and foremost.  This is a ‘nice to know’, however, holds little merit when deciding what SSD is best simply because the access speeds of all solid state drives are so close.

Low 4k random write disk performance now becomes paramount because it is used well over 50% of the time in typical computer use and software relies on this access to start as fast as it can.  Today many SSDs are similar in their low 4k random write performance, however, the difference in 4k random transfer speeds is more important to the typical user than the difference of the high sequential performance that is used primarily to enhance SSD sales.

Why would I even care if my SSD is capable of 550MB/s read and 520MB/s write performance if I will never reach these speeds in my typical use?  Low 4K random transfer speeds, however, I always use.  That is what should interest me first!

In case this article has reached you through one of the many search engines, we should mention that this is the third in our series of  SSD Primer articles meant to help us all along in our understand of solid state drives.

  1. BENEFITS OF A SOLID STATE DRIVE – AN SSD PRIMER
  2. SSD COMPONENTS AND MAKE UP – AN SSD PRIMER
  3. SSD TYPES AND FORM FACTORS – AN SSD PRIMER
  4. SSD ADVERTISED PERFORMANCE – AN SSD PRIMER
  5. SSD MIGRATION OR FRESH INSTALL – AN SSD PRIMER
  6. GC AND TRIM IN SSDS EXPLAINED – AN SSD PRIMER

 

User Rating: 4.65 ( 1 votes)

48 comments

  1. blank

    This is a very interesting test. It does indeed shed light on a fallacy of typical SSD advertising.

    One other thing it sheds light on is even more surprising. How wasteful the OS is of write cycles. Look at the numbers again. 56.53% of all accesses in his test were 8K writes. 8K reads were nuber 2 at only 7.6%. When is the computer reading all of this data that it is writing? If you do some math on the full results does it show something closer to balance in total K read versus total K written? Given that JEDEC is rightfully basing the new endurance spec for SSDs on Terabytes Written, wasteful writing by the OS and programs is something to watch out for…

    • blank

      I certainly agree with you on principle, but I wonder how much of that data could be writes to the same block. Consider a program with a while loop and a counter. If I only care about the value of the counter after the while loop’s exit condition is met, I may potentially be writing a value there many times before a single read is needed. Surely other similar situations also exist. (Granted, in this trivial case, that information need not be stored to disk.)

  2. blank

    Also keep in mind that PCs are running more and more .Net applications, not to mention Windows, Office, and other Microsoft Software. At least some of the code, if not half or more, is MSIL, not machine language. As the CLR interprets the MSIL, it is constantly upgrading the code to Native Mode. That could account for some of the 8K writes as well.

  3. blank

    I would love to hear your analysis and recommendations on using a RAM disk in conjunction with an SSD. I’m doing that now and have installed my two most write-intensive applications (stock charting and anti-virus) into it as well as locating my web browser caches (IE and Firefox) and user temp file locations into it. I’m using DataRam’s free RAMDisk driver.
    I bring this up as I’ve read that Windows 7 caches much of what’s in RAM on the disk anyway – thus negating my “protecting” my SSD from the writes of applications writing to the RAMDisk.

    • blank

      Not sure on Win7, but I assume it shouldn’t be much different…

      In WinXP, for something like 4 years or so, I disabled the paging file altogether. What this means are 2 things:
      1 – (the bad) if you do not have enough RAM windows will simply tell you so and if you use more, one of the programs will get closed. Nowadays 4Gb should take care of most (95%) of situations, 8Gb if 4Gb doesn’t cut it will solve your problems;
      2 – (the great) Never again will windows copy something out of the RAM into the disk in order to have available RAM. This means you get a faster computer, no matter if using SSD or HDD.

      Btw, anti-virus are READ intensive, they hardly ever write anything and the program itself should probably be (most or all of it) in memory anyway. Even more so, anti-virus reads the rest of the disks to check for viruses, so I’m not sure it helps much to have it on a ramdisk (that is considering no page file as mentioned above and that it is itself loaded to memory).

      Last notes: if you can, you should try to make the “temporary” directories (the main windows one and at least the browser caches as well as any other that you may remember) part of the RAMDisk. Now that should show an interesting improvement, keep you system clean from those useless files, and take the write percentage down to a LOT lower levels.

      • blank

        Q, I had my paging file disabled for a long time, too.
        In the end, I did some measurements, and was quite surprised: while I felt good having the paging file disabled, it actually did nothing for my computers performance.
        In the end I did not bother disabling it after the last reinstall, since it does not help measured performance in any way, and instead can pose problems if you run out of memory.

        SITE RESPONSE: I have been the biggest advocate of ‘no pagefile’ for years and have never said that it alone will increase performance. I have also stated that one needs to measure their memory use carefully, however, with the onset of Win7 and its memory allocation and 4GB ram, you are golden. The ONLY thin that pagefile can do is to provide you with a dumplog should your system crash…which it never will.

        At the end of the day, why do you want processes running that serve no purpose?

      • blank

        Q: It’s important to note that a 32-bit Windows system cannot use more than 4 GB of RAM, even with Physical Address Extension enabled. As such, your 8 GB suggestion wouldn’t improve things at all unless the user also upgraded to a 64-bit OS. Even then, the Windows 7 Starter version is limited to 2 GB RAM.

  4. blank

    WOW… now I am noways close to even writing code much less really knowing exactly where and the inter reaction too all the terms you used to explain your view of the subject. However I did understand what you were talking about in terms of it’s actual event/product to the operating system……….thanks guys really insightful.

    Gonzo

    SITE RESPONSE: Thank you for the favorable return.

  5. blank

    The 4k read chart above, was that conducted on 34nm or 25nm NAND? I’ve heard recently that the OCZ Vertex 2 has been shipping with 25nm and everyone is reporting much slower response times…your thoughts??? I just bought a Vertex 2 but I don’t know if it will arrive as 34nm or 25nm….

  6. blank

    Who cares about MTBF anyway? If an SSD is estimated to fail in three years one should rather upgrade to the newer one anyway.

  7. blank

    I note that the chart specifies the C300 for Crucial. Will the results be consistent / comparible to the C400 because it is shipping with 25nm flash.

    I am looking at the Crucial C400 64G in particular as, ahem, an OS and pagefile drive. Is this something I should consider of the Crucial C400 series?

    • blank

      The C300 and C400 series drives are totally different entities. The C400 also has different performance levels for 64/128 and 256 SSDs. For simply the pagefile and OS drive, it might be a wise choice.

  8. blank
    Thomas Micklethwaite

    Good read indeed, I had only just started disabling the swapfile some 6 or so months ago on a few machines, the older ones (xp) felt a real improvement.

    I was considering a small SSD for a while, a SATA II at first, then I benchmarked my current 1tb drive and decided against the upgrade. I then considered the Revodrive which leads to my question.

    Does your final chart depict the results of testing the Revodrive x2 or two revodrive’s in an array?

    Seeing that the OCZ drive’s are actually the best drives on the market came as a bit of a surprise (and a disappointment) to be honest!

  9. blank

    Most of the performance discrepancies of a drive at different size read/writes will be a result of the filesystem you use. Try a different FS, format with a different size block size and you will get drastically different results.

  10. blank

    why do 1K writes figure so highly when a typical Windows NTFS disk has 4K clusters and the minimum write size is therefore 4K? Also what is this ‘typical computer’? Is it paging like mad due to insufficient RAM?

  11. blank

    Thank you Les Tokar fory insightful contribution. Now being old and senile(66) I need a bit of further practical clarification. I am about to pull the trigger in investing a big chunk of my retired person on low fixed income savings in one of these SSD
    I have 3 basic questions:
    The options i have been considering are a Intel 320 Series 160GB (Sata II right?) vs a OCZ Vertex Max Iops Sata III or a Crucial C300(Sata III) of comparable volume factors. In terms of your comparison in the most prevalent activities a Drive is supposed to engage in,
    1 what would be your recommendations and why?

    My system has a Dell proprietary Motherboard, running an Intel Core 2 Quad Core (non threaded) Q9550 running at 2.83 MHz with. 6 GB of Ram DDR2 6400 240 pins 2x2GB + 2x2GB and nVidia GeForce 1 GB 240GTS video card, .

    Dell tells me that my Desktop PC supports (or contains) Sata III ports.
    2. From the perspective of the random access you mentioned which is the best of the 3 options which comes second and which third?.
    I know we may be comparing apples and oranges given the Sata II vs Sata III differences but I also know of Intel’s reputation ffor quality and advance leadership in technology over the rest of the pack.

    From the perspective oof bang for my buck in terms of price vs what i get and with these costs e.g.:the Intel processor would cost me $130, the OCZ $220 and the Crucial $220.

    3. If you were me, knowing what you know and with my system’s other components -and compatibility issues- what would you recommend and why

    I would appreciate your response.

    Thank you kindly.

    • blank

      I am sorry….I need to make 2 important corrections, (as this site does not seem to offer ‘edit’ options of the original post)

      1. the size of all 3 SSD is 120 GB (and not 160GB as it says the Intel is)

      and

      2.”From the perspective oof bang for my buck in terms of price vs what i get and with these costs e.g.:the Intel processor would cost me $130, the OCZ $220 and the Crucial $220″ << it says in there 'Intel 'processor' …it should have read "Intel SSD
      would cost me $130…….."

    • blank

      For suggestions such as this I recommend carrying this question to our Forums for group examination and response…It is always better addressed by a number of experienced people.

  12. blank

    Thank you for the info — referred by PommieB – Extremeoverclocking forms

  13. blank

    I does not make sense to me that READING large numbers of DLLs would determine that 4K WRITES should be the most crucial statistic.

    • blank

      The test results are self explanatory and can be duplicated by anyone; this being the reason that I linked the download of the program. 4k writes accounted for 58% of disk access in my test and I can state that another site membert tested as well and found similar.

      The most important observation you can make is that the number of writes FAR exceed reads rergardless what application you start or activity you complete. You can monitor this on your system and return with your results if you like.

      • blank

        I don’t disagree with 4K writes being the most common. But the article seems to state that reading DLLs is the main reason behind the large number of 4K writes.

        “These DLLs are very small in size and are loaded through 4-8kb random disk access … In other words, the 4kb random write access is the single most crucial access”

  14. blank

    Your top 5 percentages are confusing. So much time writing. Not enough data.
    Also the 4 benchmarks arent titled, so ive no idea what the 2nd two are there for.

    If you say DLLs are being read, they should be read only system files. Should have nothing to do with system writes.

    Only thing I can think of being hammered might be registry if some paranoid program keeps updating its config/queue.

    • blank

      Confusing…. hmmm.. I would have to ask if you have done the test and been able to return with different results. The tests are based on typical computer usage as stated. As well, a read of the article will clearly explain EXACTLY the purpose of the second set of benchmarks.

      I would love to hear of your results contradicting that in which I received.

  15. blank

    When you say “x% of the time” is it really a time-slice, or is it a slice of the number of disk accesses? It may not mean much of a difference in the end, but a 4K operation will take somewhat less time than a 512K one, so if it’s not time-slice, the results maybe a bit skewed imho.

  16. blank

    Thank you for taking the time to write this informative review.

    While I completely agree that the 4k reads/writes are the important number, I think your test skewed it’s own results. As performance montor runs, it doesn’t just store the data in RAM, it writes it to disk. (your 4k writes every second)

    Please try the test again with the following config:
    2 HDDs
    (SSD) C: OS and programs, Pageefile disabled
    (any) D: Pagefile
    Setup performance monitor to log TO D:logs and cycle logs every 5 to 10 mins.
    Start the logging and use oomputer for a while.
    You should see the 4k reads that everyone expects on the SSD. IF you had logging enabled for the D: drive, you will see the 4k writes over there.

    Most of your daily usage 4k writes will be web cache and cookies. An improtant factor, and why they should stay on the SSD. (Just wish someone made a PCIe card that would let me use my old DIMMs as a cheap RAM drive for this stuff)

    The core of the lesson is correct, and 4k rad and write are the most important numbers for typical usage.

  17. blank

    Good article but I think there is a small mistake. When loading things, such as DLLs, the system performs READS and not WRITES. So my question is: which is responsible for 50% of the disk usage, 4kb reads or 4kb writes?

    • blank

      I like to refer all to software such as DiskMon which suggests that significantly different activity is taking place. This software will provide a great analysis of the percentage of activity taking place. Tx ahead.

  18. blank

    quote
    Top 5 Most Frequent Drive Accesses by Type and Percentage:

    -4 Read (8%)
    -4K Write (58%)
    -512b Write (5%)
    -8k Write (6%)
    -32k Read (5%)

    this seems to be right, but there are probably a lot more than just 4k read/writes, especially the 58% 4k writes in this case. how do you guys explain vertex 4 128 gb as well as intel 520 and plextor m3p 128/120 gb drives. we are looking their 4k writes at 130-150mb/s so how come when the vantage results comes out, they are placed lower and dont show as much results as the 240/256gb of its drive where the 4k writes and reads are lower if not the same.

    and i believe on this site, SSDreview ranks their review of SSDs via the vantage, please explain.

    • blank

      The Vantage results and ranking of such is no more than a hierarchy based solely on those scores and means nothing more than their placement through that result.

      • blank

        so does that mean these 120/128 gb SSDs are way better in performance than its 240/256gb drive simply because 4kwrite is much higher?

  19. blank

    I am going to by an SSD for my 4 year old MacBook. I will be swapping my DVD out for a smallish (~60GB) SSD and making the SSD the boot drive whilst keeping data on the HDD. The MacBook only has SATAII at 3Gb/s which equals 375MB/s. Most ~60GB SATAII SSDs are around 300MB/s (not maxing out SATAII) whereas some SATAIII SSDs are around 450MB/s (which easily maxes out SATAII). Should I buy a SATAIII SSD for my SATAII MacBook, or will I only get 300MB/s from a SATAIII SSD too?

    To clarify, is a SATAIII SSD faster than a SATAII SSD when both are run on a SATAII controller?

    • blank

      The maximum speed achieved through SATA II (3Gb/s) is around the 270MB/s mark and that is the top. Your system is a SATA 2 system and, unless you have some further ideas for SATA 3, purchasing a SATA 3 SSD should be considered for such things as product quality and price; it will still only run at SATA 2 speeds. For typical use, you will not observe any difference whatsoever.

  20. blank

    I am getting a new acer 756 11.6 ‘netbook’ with a celeron 877 1.4Ghz I’ll upgrade the ram to 8G. I like the specs and reviews except for the battery life. How can I select a SSD that will extend the battery life of the netbook as well as future proof it a bit?

  21. blank

    According to your resulting data, an upgrade to ssd from a typical hdd would degrade the throughput of the system to proximately %20 58% of the time. Doesnt the ssd have a limited write delete cycle about less than 5000 time in a typical het-mlc ssd. If writes are 58% what determine the systems effectiveness then the ssd would die fast!

  22. blank

    Hello, what would be some top contenders for the most realiable, longest lasting SSD models that will be compatible with a mid-2010 macbook pro?

    I would rather have a longer lasting SSD than the ultimate-speed-demon..

    —Thank you

    • blank

      Unless you are using your SSD in a server environment, chances are you will never be able to realize end life before you move on to the next latest and greatest. My recommendation for Mac users IS ALWAYS OWC simply because they have the know how and specialize in support for people such as yourself with things such as installation videos and detailed instructions.

  23. blank

    I really doubt a beginner would understand this article. Not only is it too complicated for a novice, but it almost seemed like when you were saying “left” and “right”… that the pictures were in the wrong order. And the picture on the “right” was faster on every single measurement, including the 4K random access.

  24. blank

    thanks & a good article, but as some have already pointed out (and you seem to be avoiding the questions) that loading of OS and Files (4Kb dll’s or not) are ‘reads’ – not ‘writes’ – regardless that ‘your’ 10 minute test was 80% writes, IMO one ten minute test is not conclusive, also, one measures system speed by noticing how quick windows, apps & files load, not whats going on in background while ‘using’ the apps, so it will be “4k Reads” that are more important, you even refer to 4K “transfer” speeds sometimes but then go back to pointing out that 4K “write” speed is most important? you should have simply used the term ‘transfer speeds’ the whole time – just recommend users get a drive that has optimal IOPS performance as this is shown on most/all adverts

    – what IS important is some manufacturers use of crap benchmarking tools to quote the drive speeds from, an example would be OCZ on their Agility 3 series where they advertised really high speeds but used ATTO benchmark (which zero’s the disk – an unrealistic example of real-world use) to quote the speeds off on adverts, yet when tested with “real-world” testing suites like AS SSD the performance is way off! other manufacturers like Samsung deliver drives that perform same as their speed quotes on real-world benchmarks, I swapped out the OCZ for SAMSUNG (both same specs on paper) but the Samsung performed up to the job and was very noticeable in windows boot time etc too compared to the OCZ.

  25. blank

    Latter better than never.
    Article’s title, comparisons and real-world test, I like a lot }-]
    Linux user here. *Commercial* value of sequential I/O no surprise; your figure of 1% says it all! Will check on my desktop boxes to compare, especially random write vs read.
    The 4k *writes* over 55% of all I/O does amazes me. If on Windozw I’d do as Hsimpson suggested: Test again with OS and programs, Pagefile disabled on SSD, Pagefile and logs on spinning drive.
    Or and a glimpse on which files (or dirs at least) are written would have been nice especially for non-Windows user.

  26. blank
    TheOptiPesmicMinimist

    Did you optimize your IO in windows to minimize IO on accesses? Somewhere in the registry there is an option to disable last acces time stamps. I’ve heard this is less of an issue in Windows 10, but I haven’t personally checked it out. By default, at least previous versions of, Windows would update time stamps on files and folders on every access and force synchronized writes for every read making you wait even if all of what you’re accessing is already in the cache.

  27. blank

    What I find odd is why it immpssible to find a simple external Thunderbolt3 NVMe SSD with two ports, so it is not end-of-chain (for my MacOS SSD install – without available TB3 ports) ….

Leave a Reply

Your email address will not be published. Required fields are marked *