1.

The slow query log is written as __________(a) numbers(b) text(c) image(d) graphI have been asked this question in semester exam.My query is from Using Indexing in portion Query Optimization of MySQL

Answer»

Right option is (b) TEXT

Best explanation: In MySQL, the SLOW query log is written as text, so it is viewable with any file DISPLAY program. The mysqldumpslow utility can also be USED to summarize the contents of the same.



Discussion

No Comment Found

Related InterviewSolutions