Hacker News new | ask | show | jobs
by swyx 1284 days ago
> For example, loading data from an SSD is more than 3 orders of magnitude (more than 1000x) slower than referencing main memory, and a disk seek on a spinning disk is 5 orders of magnitude (100,000x) slower than referencing data that is in memory. The above latencies should make it clear that there is a huge performance advantage to minimizing disk access.

this is the first explanation i've seen that directly links disk latency and data architecture decisions. always felt it intuitively but never did the math.