What is great with MySQL Shell Plugins, it’s that it provides you an infinite amount of possibilities. While I was writing the part I and part II of the check plugin, I realized I could extend it event more.
The new methods I added to the plugin are especially useful when you are considering to use MySQL InnoDB Cluster in Multi-Primary mode, but not only
Let’s have a look at these new methods:
These 4 new methods are targeting large queries or large transactions. It’s also possible to get the eventual hot spots.
Let’s see the first two that are more basic in action:
The first method …
[Read more]