1.

What Is The Benefit Of The Innodb Change Buffer?

Answer»

Buffering secondary INDEX CHANGES when secondary index pages are not in the buffer pool avoids expensive random access I/O OPERATIONS that would be required to IMMEDIATELY read in affected index pages from DISK. Buffered changes can be applied later, in batches, as pages are read into the buffer pool by other read operations.

Buffering secondary index changes when secondary index pages are not in the buffer pool avoids expensive random access I/O operations that would be required to immediately read in affected index pages from disk. Buffered changes can be applied later, in batches, as pages are read into the buffer pool by other read operations.



Discussion

No Comment Found