Status
Not open for further replies.
My points log table in my_sql is HUGE!!!

My server admin believe this is causing a lockup on MySQL when too many users are trying to access the forum at once.

How can I fix this issue? Any help will be appreciated.
 
It will only cause issues with the "Activity Feed" page, and there's an option to disable it in vBulletin Options under "DragonByte Tech: vBActivity - Activity Stats Settings".

You can also run
Code:
DELETE FROM dbtech_vbactivity_pointslog WHERE dateline < (UNIX_TIMESTAMP() - 2592000)
to get rid of entries older than 30 days.
Remember to add your table prefix if you use one.
 
Status
Not open for further replies.

Legacy vBActivity & Awards

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,726
Customer rating
0.00 star(s) 0 ratings
Back
Top