I have encontered serious performance problems with protector tables, when the tables start to get large. The problems relate to lack of certain indecis. I am running 5 month old version of protector, so maybe these have been fixed(?)
Here's the fix:
Code:
ALTER TABLE `nuke_blocked_iplist` ADD INDEX ( `ip` ) ;
ALTER TABLE `nuke_blocked_iplist` DELAY_KEY_WRITE =1 ;
ALTER TABLE `nuke_blocked_pagetracker` ADD INDEX ( `id_tracker` ) ;
ALTER TABLE `nuke_blocked_pagetracker` DELAY_KEY_WRITE =1 ;
DELAY_KEY_WRITE statements is optional, but something I do with most of my tables.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum