I'm doing some backups ( prepping for Joomla update & CB update and CBsubs update) and I notice that cbsubs_history table has grown to more than half a million rows ( table size 1.9 GB!).
My question is... is it possible to PRUNE this? Is there a built in function somewhere? (If not, how can I best prune it manually without breaking stuff?).
I have the whole thing downloaded for historical purposes, anyway. I was thinking for starters, I could run some SQL to delete all rows that were linked to any accounts that have been deleted? Would there be any gotchas I should be aware of? (other dependent tables linked?)
I guess that in a way it's nice (probably strictly necessary???) to have the historical data retained for all current members.
But on the other hand I'd love to be able prune out everything that's more than say two years old... but I suspect there would be some "issues" :huh: