XenBot
Supervisor
- Thread starter
- Staff
- #1
XenBot submitted a new resource:
Redis View Counters - Use redis for view counters rather than MySQL
Read more about this resource...
Redis View Counters - Use redis for view counters rather than MySQL
Moves some view counters to use Redis-based increment counters rather than scratch tables in MySQL. Redis provides atomic get & del when pushing view counts totals into the database.
Note;
- Currently only handles thread or attachment views.
- There is an effective limit of ~100000 threads that can be updated per 'Update View Counters' cron task run.
Installation
I recommend using Add-on install & upgrade to install this add-on.
Contributing features or...
Read more about this resource...