Hacker News new | ask | show | jobs
by narnianal 2377 days ago
> In a database system, the concern was traditionally to minimize page accesses

Is it really about memory access or disk loads?

1 comments

Disk.

Though btrees are friendly to cpu caches too, but really it's about minimising disk accesses.