When MySQL released performance_schema it made a lot of new useful information available, but it wasn't particularly user-friendly. The introduction of the MySQL SYS schema made it a lot easier for developers and DBAs to get useful insights from performance_schema. I was talking to some brogrammers the other day, and while they admitted that SYS schema is "totally legit", they wished that it "spoke their language".
To that end, I am happy to announce MySQL BRO schema. It's a natural complement to SYS schema, and makes it easier for brogrammers to work with performance_schema.
Read on for a few examples of the BRO schema in action.
The SYS schema has a view named …
[Read more]