I've got a client with limited db space (200mb) and need to clear up some tables, does anyone have any recommendataions as to where to start? I've already cleared out the unnecessary additional site info, page templates, layouts, etc that weren't needed. Set logging to be somewhat limited (would be nice to be able to log to file system vs. db only), files are only stored in file system and versioning to be just a few major versions.
Only problem I see with versioning is if you decided to not version something any longer, the system still keeps the records in the database so they have to be manually deleted at the object level or manually in the database. I've submitted a UserVoice suggestion to change that
here.
Just wondering if there was some additional areas to look into.