SPTAG
SPTAG copied to clipboard
Distributed Serving
Thanks for open sourcing, however its written that it supports distributed serving, and its unclear in the documentation how to do it. Is it all about loading same index into multiple machines ?
Thanks
On the same page, is it possible to configure sharding/failover/replication groups?
You can load different indexes into different servers. By configuring an aggregator (see Get Start page), clients can send requests to the aggregator and get the aggregated results from different indexes. Sharding, failover and replication are not provided in this version.
Hi, similar question here. I'm wondering how to load different indexes into different servers, so far I only see search method in SPTAGClient but no build. can I do index building into different server?
Hi, can I do online insertion to the aggregator and which server will store the data?
Hi, similar question here. I'm wondering how to load different indexes into different servers, so far I only see search method in SPTAGClient but no build. can I do index building into different server?
Hi. Do you know how to index into the different servers? I went through the AggregatorService.cpp. It looks like it only supports search but not index.