Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
234 views
in Plugins by

I am using this query:

SELECT COUNT(*) FROM `qa_edit_history`
WHERE DATE(`updated`) = CURDATE()

It takes:

598.97 ms - 1 row - 1 column

I would like to speed it up.

Can I do so by adding certain indizes to the table?

Please log in or register to answer this question.

...