Can we save index in a different database?
-
I have not installed your plugin yet, but I plan to try it soon. I have many sites on a VPS and some of them share a MySQL DB server. I would like to avoid the burden of an index database in one of these site DB servers by putting the index data in a different server. Not only would this off-load the save and query of the index data, but it also reduces the size of the site backup significantly. With my current search solution the WP database is huge, mostly with index data.
Is there a way now or soon where we can index site content and store the index in a different database? For example: server1, sitedb1 has all wp_tables. I’m thinking the load on that server can be reduced if the index is in server2, searchdb1, with all index tables.
That would create an issue if you’re using wp_query. I wouldn’t mind creating an empty site with a full WP database/tables just to serve as a container for your index data. But I don’t know if we can specify the database with WP_Query … if we can override the database info that is in wp-config.php.
Thanks!
- The topic ‘Can we save index in a different database?’ is closed to new replies.