mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci] Refine index design doc format (#13280)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
dcc15e94b9
commit
94bd798275
@ -4,10 +4,7 @@ update: 7.31.2021, by [Cai.Zhang](https://github.com/xiaocai2333)
|
||||
|
||||
## 8.0 Component Description
|
||||
|
||||
IndexCoord is a component responsible for scheduling index construction tasks and maintaining index status.
|
||||
IndexCoord accepts requests from rootCoord to build indexes, delete indexes, and query index information.
|
||||
IndexCoord is responsible for assigning IndexBuildID to the request to build the index, and forwarding the
|
||||
request to build the index to IndexNode. IndexCoord records the status of the index, and the index file.
|
||||
IndexCoord is a component responsible for scheduling index construction tasks and maintaining index status. IndexCoord accepts requests from rootCoord to build indexes, delete indexes, and query index information. IndexCoord is responsible for assigning IndexBuildID to the request to build the index, and forwarding the request to build the index to IndexNode. IndexCoord records the status of the index, and the index file.
|
||||
|
||||
The following figure shows the design of the indexCoord component:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user