MySQL Advisor - The Configuration Analysis Tool

Variable Reference

numa

INFO

Rule IDs: os_006

Overview

Purpose
NUMA topology / interleave hints from host diagnostics relevant to memory locality.
Dynamic (MySQL 8.4 reference)
Hardware and OS — MySQL exposes related InnoDB variables separately (for example innodb_numa_interleave).
Default value
N/A
Version and product notes
N/A
Documentation
Primary reference depends on product (MySQL, MariaDB, Percona, or OS documentation).

What is checked

Rules that reference this variable, with their severity and what each rule detects:

Tuning guidance

Example

-- In my.cnf: innodb_numa_interleave = ON -- Or start mysqld with: numactl --interleave=all

Generated from the MySQL Advisor documentation build. Dynamic Yes/No reflects the excerpt aligned with Oracle MySQL 8.4 reference material consumed by this project.