Skip to content

Commit

Permalink
tools/mariadb_query_io.py: new tool
Browse files Browse the repository at this point in the history
I developed this script while analyzing a scalability problem in
MariaDB.  It turned about that MariaDB had a lot of contention on the
global "dict_sys.latch" lock which caused all queries to become
extremely slow.

This tool does not depend on userspace tracepoints, and can therefore
be used on MariaDB without recompiling.  I tested it on MariaDB
10.11.6 (Debian Bookworm).
  • Loading branch information
MaxKellermann committed Sep 15, 2024
1 parent 9f3d0df commit b7edb51
Showing 1 changed file with 403 additions and 0 deletions.
Loading

0 comments on commit b7edb51

Please sign in to comment.