I have been doing quite a bit of housecleaning in our database lately, trimming lots of fat.
Is there any way to reduce the size of wp_1_sfposts other than pruning? I know there is an admin tool for pruning the database of old topics. But does this table include any transient data or other artifacts that could be safely cleaned to reduce it’s size? It is currently the largest table in the db by far, weighing it at a whopping 120 MB!
On that note, our wp_1_sfmembers table is 33+ MB with 4,865 rows. Same question: Can anything be done to reduce it’s size? And on a related note, will deleting users via the WP admin delete them from this table? If not, we’ve got a lot of ghosts lurking in there – any way to find and get rid of them?
Thanks in advance for any help developing queries to reduce the size of these tables. Or, are these numbers normal and just a fact of life for a site with 5,000+ users, approaching 100,000 forum posts?