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?
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.