This is a read-only copy of the MariaDB Knowledgebase generated on 2025-05-02. For the latest, interactive version please visit https://mariadb.com/kb/.

MariaDB Enterprise Server InnoDB Operations

Contents

  1. Overview

Overview

OperationDescription
Configure the Buffer PoolAn in-memory cache that is used to improve the performance of queries against InnoDB tables.
Configure the I/O ThreadsRead pages from disk into the buffer pool and flush dirty pages from the buffer pool to disk.
Configure InnoDB Page CompressionInnoDB supports table compression using InnoDB Page Compression.
Configure the Purge ThreadsPerform garbage collection of undo log.
Configure the Redo LogTransaction log for durability.
Configure the Undo LogTransaction log for MVCC.
Schema ChangesChanging table schemas using DDL.
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.