MariaDB Enterprise Server InnoDB Operations
This page is part of MariaDB's Documentation.
The parent of this page is: InnoDB Storage Engine
Topics on this page:
Overview
Operation | Description |
---|---|
An in-memory cache that is used to improve performance of queries against InnoDB tables. | |
Read pages from disk into the buffer pool and flush dirty pages from the buffer pool to disk. | |
Perform garbage collection of undo log. | |
Transaction log for durability. | |
Transaction log for MVCC. | |
Changing table schemas using DDL. |