Hacker News new | ask | show | jobs
by darkcha0s 1410 days ago
Well I'm guessing that it's referring to the fact that 1MB sequential is essentially a bunch of random reads?

AFAIK, on SSD's there is no concept/guarantee that blocks are adjacent, so a sequential read is just a bunch of random reads.

1 comments

The way the Flash Translation Layer works is complicated, but long story short, there's still an advantage to sequential reads and writes on SSDs. The difference in latency and throughput isn't as dramatic as with spinning disks, but is still there. Random vs sequential writes have big implications for the long term health and performance of the SSD.