How I replaced Google Analytics with Retool and Tinybird, Part 2
Tinybird serves as a powerful and flexible backend for building analytics dashboards in any UI - in this case Retool.
The MySQL Performance Schema is a gold mine of valuable data. Among the many nuggets you can extract from it is an historical report of transactions: how long a transaction took to execute, what queries were executed in it (with query metrics), and idle time between queries. Mining this information is not trivial, but it’s fun and this blog post shows how to start.