As a performance improvment step, would like to modify the search service as mentioned below
Current setup:
Servers:
1. Appserver1(search service is enabled, crawl & Query)
2. Appserver2(search service is enabled, crawl & Query)
Webapplications:
1. Webapplication1
2. Webapplication2
Content sources:
3. Content_source_1(webapplication1)
4. Content_source_2(webapplication2)
Crawl DBs:
5. Crawl_DB1
6. Crawl_DB2
Distribution URL:
1. Distribution_URL_webapplication1(webapplication1, Crawl_DB1)
2. Distribution_URL_webapplication2(webapplication2, Crawl_DB2)
PropertyStoreDBs:
PropertyStoreDB1
Expected:
Wanted to introduce another PropertyStoreDB(PropertyStoreDB2) and PropertyStoreDB1 should be used to store the metadata of Content_source_1 and PropertyStoreDB2 is for Content_source_2.
