SPTAG icon indicating copy to clipboard operation
SPTAG copied to clipboard

Distributed Serving

Open jodevak opened this issue 5 years ago • 5 comments

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

jodevak avatar May 15 '19 18:05 jodevak

On the same page, is it possible to configure sharding/failover/replication groups?

p-kozlowski avatar May 16 '19 13:05 p-kozlowski

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.

MaggieQi avatar May 21 '19 07:05 MaggieQi

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?

midneet avatar Jun 05 '19 10:06 midneet

Hi, can I do online insertion to the aggregator and which server will store the data?

chenrulongmaster avatar Jul 30 '19 11:07 chenrulongmaster

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.

RuiR avatar Sep 03 '20 18:09 RuiR