My horde_histories table is very large (6+ million records) and mysql logs many slow queries (>5 seconds) on this table. I have a couple questions: Can this table be pruned? For example can I delete all records older then n? Is it normal for this table to be so big?