mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 06:25:28 +08:00
[skip e2e] improve annotation (#13949)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
parent
6af7741c5f
commit
c36439b13e
@ -173,7 +173,7 @@ ie. searching is a lot slower than from RAM.
|
||||
|
||||
## Distributed query
|
||||
|
||||
To reduce the bandwidth required from the machine that does the queries, it is possible to split the search accross several search servers.
|
||||
To reduce the bandwidth required from the machine that does the queries, it is possible to split the search across several search servers.
|
||||
This way, only the effective results are returned to the main machine.
|
||||
|
||||
The search client and server are implemented in [`search_server.py`](search_server.py).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user