Jun 22, 2024 3:31 pm
First of all, I'd like to thank the wpdiscuz team for providing this excellent plugin 🙂
We noticed that the table wc_users_voted, which is active since 8 months, has currently 400 MB of size and is constantly growing.
Are there any possible optimizations to reduce the growth speed of this table or other ways to reduce size?
I checked the wpdiscuz settings but didn't find anything about reducing database size.
E.g. is it possible to disable voting for posts which are more than X days old?
Website URL
1 Reply
Jun 25, 2024 9:24 am
The wpDiscuz plugin doesn't have such functionality.
However, you can truncate the data in the table. This will not affect the voting count. The data is stored there to prevent the same person from voting for the same comment multiple times.