InnoDB Architecture for MariaDB Enterprise Server
Contents
Overview
Component | Description |
---|---|
Background Thread Pool | An internal thread pool used by InnoDB to perform tasks in the background. |
Buffer Pool | An in-memory cache that is used to improve performance of queries against InnoDB tables. |
I/O Threads | Read pages from disk into the buffer pool and flush dirty pages from the buffer pool to disk. |
Purge Threads | Perform garbage collection of undo log. |
Redo Log | Transaction log for durability. |
Row Formats | The format used for data on disk. |
Undo Log | Transaction log for MVCC. |
-
MariaDB Enterprise Server InnoDB Background Thread Pool
Overview Starting with MariaDB Enterprise Server 10.5 and MariaDB Communit... -
MariaDB Enterprise Server InnoDB I/O Threads
Overview Starting with MariaDB Enterprise Server 10.5 and MariaDB Communit...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.