Information schema hands-on Posted on November 20, 2024, updated on November 20, 2024 by Yannick JaquierTable of contents Preamble Information Schema configuration Information Schema global status queries Aborted clients All clients traffic Comparison of on-disk and memory temporary tables Com_xxx and Handler_xxx variables InnoDB free and dirty space and data read and written InnoDB log buffer write rate Query cache statistics Tables joins performance Information Schema InnoDB queries InnoDB buffer pool statistics InnoDB locks InnoDB metrics Information Schema remaining tables Processlist Routines Users and Schemas privileges System variables References Continue reading
Performance schema hands-on – part 2 Posted on October 30, 2024, updated on October 30, 2024 by Yannick JaquierTable of contents Preamble Performance Schema with global and digest instrumentation Performance Schema with global, thread and current event instrumentation Performance Schema with global, thread and event history instrumentation Performance Schema impact References Continue reading
Performance schema hands-on – part 1 Posted on October 10, 2024, updated on October 9, 2024 by Yannick JaquierTable of contents Preamble Performance schema activation and configuration Performance Schema with global instrumentation Only Performance Schema with global and thread instrumentation References Continue reading
innodb_io_capacity and innodb_io_capacity_max tuning Posted on September 20, 2024, updated on September 20, 2024 by Yannick JaquierTable of contents Preamble Fio Buffered I/O Non buffered I/O Iostat Sysbench innodb_io_capacity and innodb_io_capacity_max Huge Pages References Continue reading
Prometheus and Grafana for MariaDB performance monitoring Posted on June 18, 2024, updated on June 18, 2024 by Yannick JaquierTable of contents Preamble Prometheus installation Prometheus node exporter installation Prometheus MySQL/MariaDB exporter installation Grafana installation Grafana configuration Conclusion References Continue reading
How to load JSON into MariaDB Posted on May 20, 2024, updated on May 21, 2024 by Yannick JaquierTable of contents Preamble Preparation Load JSON into MariaDB only with SQL Load JSON into MariaDB with Python References Continue reading