Could

Can I split a huge wp_postmeta table across different databases or servers?

Can I split a huge wp_postmeta table across different databases or servers?

No. This is not practically possible primarily because there is no single interface to this table where you could implement the functionality you need, and even if you could, it would introduce some extremely gnarly problems.

Categories and posts structure
What are post categories? What is the difference between tags and categories? How many categories should a blog post have? How many types of categorie...
Is there a way to programmatically enable a plugin?
How do I enable programmatically plugins in WordPress? How do I activate plugins? How do I stop WordPress plugins from loading on specific pages and p...
Use of Folders within Wordpress
How do I use folders in WordPress? Can you create folders in WordPress media library? How do I organize media in WordPress? How do I upload a folder t...