6 ms·
Nice analogy. From a technical standpoint, however, access patterns often make a bigger difference than the type of your storage device. The difference between
by martin_k 15y ago
Nice analogy. From a technical standpoint, however, access patterns often make a bigger difference than the type of your storage device. The difference between sequential access on disk and sequential access on SSD isn't nearly as big as random access on disk compared to sequential access on disk.
- bostonvaulter2 15y agoBut the order of magnitude between disk and ram is so large that sequential versus random access on hard drives doesn't matter that much in comparison.
- martin_k 15y agoWell, it depends on the hard drives you're using, and the exact access pattern, but sequential access to disk can be even faster than random access to RAM.[0] This of course doesn't really matter to average Joe, since he has little influence on how data is read from his disk. But if you're say, a database developer, it does matter quite a bit. [0] http://dl.acm.org/citation.cfm?id=1536616.1536632 http://dl.acm.org/citation.cfm?id=1536616.1536632