[ad_1]
Hello all
My theme has a custom taxonomies called “country” in that also i have many terms : UK, US … the problem is that each term has many meta data like description, image …. and in all of them is stored in wp_options table imstead of its own table. That makes the table very huge and some times slows down the sites.
My question is it possible to store that meta in another table ? Or what is best way to handle the issue ?
Thanks

You can take a look at [Crocoblock’s Custom Content Types])
They work like custom post types but are stored separately.
A taxonomy term’s metadata ought to be saved in the default `*_termmeta` DB table.
*For reference: *