tsiedsma Posted June 8, 2012 Share Posted June 8, 2012 When using the module log to debug issues, there is a reset module log button. This apparently just deletes all entries which isn't the best way. Can you instead issue a truncate command? TRUNCATE TABLE `tblmodulelog` This clears everything out and resets the table size to zero and clears out any overhead on that table. I accidentally left the module log on for a while and when I reset it i noticed the table size was minimal but the overhead on the table was in the megabytes. A simple truncate cleared that up. 0 Quote Link to comment Share on other sites More sharing options...
wolvyreen Posted February 24, 2013 Share Posted February 24, 2013 +1 I agree! I just ran in to the same problem. Table grew to almost 60mb and I didn't realise it. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.