Empty result set.What does this SQL query return?
Code:SELECT * FROM xf_stats_daily WHERE stats_type = 'user_registration' AND stats_date > '1382659200'
EDITED with date for 25th
ALTER TABLE `xf_post`
ADD INDEX `post_date` (`post_date` ASC);
I think it should be done as required.
Even if it was done on a smaller board that doesn't require the index, adding that index is going to take a considerable amount of time. Not appropriate for upgrades and maybe not appropriate while the board is active due to the load of the index being built.
It's easy to change if you have a massive board, you just have to manage it more.
We use essential cookies to make this site work, and optional cookies to enhance your experience.