Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are several important points to consider when writing data to SSD storage

  • Random writes will perform just as well as sequential writes if writes are multiple of and aligned to If writes are performed in the size of a clustered blockat least one clustered block, they will use all the levels of internal parallelism, and reach the same performance as sequential write.
  • Many concurrent small write requests will offer a better throughput than a single small write request.
  • A single large write request offers the same throughput as many small concurrent writes.

Typical SSD throughput versus write block size chart will look like this.

...