
How are cache buffer chains implemented in MariaDB 11?
In MariaDB 11, the cache buffer chains (CBC) implementation is part of the InnoDB storage engine. The CBC is a data structure used to manage the InnoDB buffer pool, which is a cache that stores […]