Analyzing queries in MySQL Database Service – Slow Query Log (part 1)
![](https://i0.wp.com/lefred.be/wp-content/uploads/2022/10/mysql_slowlog_fn.png?fit=768%2C429&ssl=1)
In my previous post, I explained how to deal with Performance_Schema and Sys to identify the candidates for Query Optimization but also to understand the workload on the database. In this article, we will see how we can create an…