we have a Buddyboss page running with 30k users. Our usermeta Table is growing fast because of a few plugins we use which all seem to write a lot of settings to it. I try to remove as many obsolete or unneeded Usermeta Entries as possible.
hence my question is: For every newly added user there seem to be a few default WP-based Usermeta entries, this is the meta_key list:
- nickname
- syntax_highlighting
- use_ssl
- admin_color
- rich_editing
- show_admin_bar_front
- locale
A Buddyboss/Buddypress user usually never accesses WP-Admin as such - so I guess most of these are irrelevant, isn't it? And even if not, all values are anyhow the same! What do you think?? These alone are already 7*30k = 210k entries (growing the table as well the index by a lot).
Is there any harm removing those? I hope at worst they get re-created...
Thanks!