Database Buffer Pool - Part 2
Introduction
As explained in Database Buffer Pool - Part 1, a buffer pool is a limited chunk of memory, which means that whenever we bring something from the disk, we need to evict something from the buffer pool and replace it. Buffer replacement is ...
samuel-sorial.hashnode.dev3 min read