• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SSD VS HDD

The sometimes mediocre write speed on SSD doesnt really surprise considering how writing to flash cells work. When changing/overwriting data in a flash cell, the entire block (typically 16kb or more) has to be read to a buffer, modified and written back to the cell. This can lead to worst case scenarios of access times spiking to over 200ms for writing data. This is obviously not the case if the flash cell is already empty.

But it kills the myth of always 0.1ms random access times on SSD - at least as far as writing data goes.

I just wish more reviewers would use sophisticated benchmark tools such as h2benchw instead of only hdtach or hdtune. It does a much better job - but also takes longer to spit out the numbers, obviously.
 
Back
Top