Database Buffer Pool - Part 1
Introduction In order to allow the database execution engine to perform its operations, it needs the pages containing the table records to be brought from disk to memory. However, we want to optimize I/O operations, so there is a subsystem of the dat...
Oct 25, 20223 min read596
