MMM
Results 1 to 25 of 5495

Thread: SSD Write Endurance 25nm Vs 34nm

Hybrid View

  1. #1
    Xtreme Enthusiast
    Join Date
    May 2004
    Location
    AB. Canada
    Posts
    827
    actualy to save on CPU usage so that there is no lag, all random data should be pregenerated.


    "Great spirits have always encountered violent opposition from mediocre minds" - (Einstein)

  2. #2
    Xtreme X.I.P.
    Join Date
    Apr 2008
    Location
    Norway
    Posts
    2,838
    Quote Originally Posted by alfaunits View Post
    Regardless of how random the file is (compression-wise) or your internal file I/O, it seems the overall I/O is mostly sequential.
    In what regard?
    Not sure that I follow.

    Quote Originally Posted by alfaunits View Post
    Though I am not sure I understand any more what you guys are trying to
    achieve, but with such small random I/O, it is hardly real-world.
    There isn't much random IO in real life but there is some and thats why we are adding a small portion of random I/O. (on top of small file I/O)


    Quote Originally Posted by MadHacker View Post
    actualy to save on CPU usage so that there is no lag, all random data should be pregenerated.
    I have 3 alternating buffers so It's generally not an issue.
    1.5GB/s was what I measured using a small array on the Areca 1880.
    -
    Hardware:

  3. #3
    Xtreme Addict
    Join Date
    Jun 2006
    Posts
    1,820
    Quote Originally Posted by Anvil View Post
    In what regard?
    Not sure that I follow.
    Well, let's say (just for the explanation) that your random generator can produce 100MB/s. X25-M can also do 100MB/s of sequential.
    As a result, since (if I understood you correctly) they are done in the same thread, without backbuffering, the resuling write speed would be 50MB/s.
    If you get that overall speed, then X25-M is writing sequential data and not random I/O.

    I have 3 alternating buffers so It's generally not an issue.
    1.5GB/s was what I measured using a small array on the Areca 1880.
    It looks like you generate the random data in a separate thread then, so I misunderstood. I don't see how the entire system (as in the CPU/memory/PCI-e even) would be able to sustain those speeds.
    P5E64_Evo/QX9650, 4x X25-E SSD - gimme speed..
    Quote Originally Posted by MR_SmartAss View Post
    Lately there has been a lot of BS(Dave_Graham where are you?)

  4. #4
    Xtreme Mentor
    Join Date
    Feb 2009
    Posts
    2,597
    What happens past the write instruction issued at the device level? Will the SSD controller not try to fill a complete block whenever possible to minimise read/ relocate/ write penalties?

    Presumably it would try to avoid 4K writes being scattered across the span of the drive. Isn't that what Intel refer to ask write combining?

    Would it also try to rotate locations of writes for wear levelling?

    Just asking as I don't really know

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •