This table is never trimmed down. I just noticed that I have 200,000 rows in this table dating back to Mar 2005. Which explains why updates to it are starting to show up in my slow query log. Surely this table can be trimmed on cron.
This table is never trimmed down. I just noticed that I have 200,000 rows in this table dating back to Mar 2005. Which explains why updates to it are starting to show up in my slow query log. Surely this table can be trimmed on cron.
Comments
Comment #1
deekayen commentedWhen should entries be dropped off the end?
Comment #2
dalinHow about the last 6months or a year. That should be more than enough auditing trail for anyone.
Comment #3
deekayen commentedWhat do you think about using the dblog_row_limit value from admin/settings/logging/dblog
Comment #4
dalinThe dblog module isn't a required module, so it would mean that the default value would be used if that variable has not already been initialized which sounds like a reasonable course of action.
Comment #5
mgiffordIf this is still an issue, please re-open and upgrade version to D7. Drupal 6 is no longer being maintained.
Comment #6
mgifford