Slashdot Mirror


Windows 7 Hard Drive and SSD Performance Analyzed

bigwophh writes "Despite the fact that Windows 7 is based on many of the same core elements as Vista, Microsoft claims it is a different sort of animal and that it should be looked at in a fresh, new light, especially in terms of performance. With that in mind, this article looks at how various types of disks perform under Windows 7, both the traditional platter-based variety and newer solid state disks. Disk performance between Vista and Win7 is compared using a hard drive and an SSD. SSD performance with and without TRIM enabled is tested. Application performance is also tested on a variety of drives. Looking at the performance data, it seems MS has succeeded in improving Windows 7 disk performance, particularly with regard to solid state drives."

4 of 248 comments (clear)

  1. Linux already has this by Saba · · Score: 5, Informative

    Linux already supports SSD's and other flash media by having a noop scheduler. The basic premise is that devices that don't depend on mechanical movement to access data don't need reordering of requests. This is also the scheduler you use if you have an advanced controller (RAID, etc) that is capable of doing it's own I/O rescheduling.

    To see what scheduler you are running (on this case /dev/sda):

    # cat /sys/block/sda/queue/scheduler
    noop anticipatory deadline [cfq]

    Here the completely fair scheduler is currently running. To swap to the noop scheduler:

    # echo noop > /sys/block/sda/queue/scheduler
    [noop] anticipatory deadline cfq

  2. Control test? by viyh · · Score: 5, Informative

    They should have also included a benchmark test against Windows XP so that we could see how much it's decreased/increased since then. A majority of people haven't upgraded to Vista yet so it would have been useful to give an idea to those users. And perhaps, benchmarking other OSs to see how they all stand.

    --
    "I have never let my schooling interfere with my education." --Mark Twain
  3. Re:TRIM is not a final spec by mooglez · · Score: 5, Informative

    According to one of the Win7 developers blog post, the TRIM is already being used in the Windows 7 RC release.

    It's just a matter of getting firmwares that support said TRIM command out in to the existing SSD's now.

    Yes, Trim is already in the Win7 RC.

    Trim is enabled by default but can be turned off. You can use the "fsutil behavior query|set DisableDeleteNotify" command to query or set Trim.

    from the comments section of this:
    http://blogs.msdn.com/e7/archive/2009/05/05/support-and-q-a-for-solid-state-drives-and.aspx

  4. Re:But... by Rycross · · Score: 5, Informative

    Well, AnandTech benchmarked Windows 7 against XP. It did well, and beat XP in many categories. There you go, no need to thank me.