MariaDB Enterprise Server InnoDB Operations

Overview

Operation

Description

Configure the Buffer Pool

An in-memory cache that is used to improve performance of queries against InnoDB tables.

Configure the I/O Threads

Read pages from disk into the buffer pool and flush dirty pages from the buffer pool to disk.

Configure the Purge Threads

Perform garbage collection of undo log.

Configure the Redo Log

Transaction log for durability.

Configure the Undo Log

Transaction log for MVCC.

Schema Changes

Changing table schemas using DDL.