5 ms·
> In a database system, the concern was traditionally to minimize page accesses Is it really about memory access or disk loads?
by narnianal 7y ago
> In a database system, the concern was traditionally to minimize page accesses
Is it really about memory access or disk loads?
- tempguy9999 7y agoDisk. Though btrees are friendly to cpu caches too, but really it's about minimising disk accesses.