1.

The slow query log can be used to identify queries that may be performing badly.(a) True(b) FalseThis question was posed to me in an online quiz.The query is from Using Indexing in portion Query Optimization of MySQL

Answer»

Correct answer is (a) True

To ELABORATE: In MySQL, the slow QUERY LOG is USED to identify queries that may be performing badly. This log can help find the queries that MIGHT benefit from indexing. The slow query log is written as text.



Discussion

No Comment Found

Related InterviewSolutions