MariaDB Enterprise Server InnoDB Operations
Contents
Overview
Operation | Description |
---|---|
Configure the Buffer Pool | An in-memory cache that is used to improve the 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 InnoDB Page Compression | InnoDB supports table compression using InnoDB Page Compression. |
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. |
-
Configure the InnoDB Buffer Pool
Overview In MariaDB Enterprise Server, the InnoDB storage engine uses the ... -
Configure the InnoDB I/O Threads
Overview The InnoDB Read I/O Threads handle completion of read I/O request... -
Configure the InnoDB Purge Threads
Overview In MariaDB Enterprise Server, the InnoDB storage engine uses Purg... -
Configure the InnoDB Redo Log
Overview In MariaDB Enterprise Server, the InnoDB storage engine uses a Re... -
Configure the InnoDB Undo Log
Overview The InnoDB undo log is a transaction log used by InnoDB to keep t... -
Schema Changes
Overview In MariaDB Enterprise Server, InnoDB supports many different sche...
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.