Vidyalelo
MySQL · Q730

MySQL

Programming · MySQL · question 730

Q730

The slow query log can be used to identify queries that may be performing badly.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
The slow query log in MySQL is like a detective's notebook.
It keeps track of queries that take a long time to complete.
This helps us identify queries that might be slowing down our database.
So, the answer is True.
The slow query log is a valuable tool for identifying performance issues.