top | item 46507909

(no title)

pvorb | 1 month ago

But I/O being the bottleneck never was about sequential reads, was it? I get the point of the article, though.

discuss

order

geoctl|1 month ago

With modern CXL/PCIe, I guess it's not going to be that stupid to claim that RAM/memory controller is slowly becoming I/O on its own.

throwaway94275|1 month ago

Old IBM's term for RAM was "storage."

hmottestad|1 month ago

When I took my first database course one topic was IO performance as measured in seek time on regular old hard drives.

You can’t really optimise your code for faster sequential reads than the IO is capable of, so the only thing really worth focusing on is how to optimise everything that isn’t already sequential.