mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci]Update typos in index design md (#13048)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
15b932c63c
commit
5f75face4a
@ -30,7 +30,7 @@ In Milvus, index building is performed asynchronously. When IndexCoord receives
|
|||||||
RootCoord, it will first check whether the same index has been created according to the index parameters. If yes, it would
|
RootCoord, it will first check whether the same index has been created according to the index parameters. If yes, it would
|
||||||
return the IndexBuildID of the existing task. Otherwise, it would assign a globally unique IndexBuildID to the task,
|
return the IndexBuildID of the existing task. Otherwise, it would assign a globally unique IndexBuildID to the task,
|
||||||
record the task in the MetaTable, write the MetaTable to etcd, and then return the IndexBuildID to RootCoord.
|
record the task in the MetaTable, write the MetaTable to etcd, and then return the IndexBuildID to RootCoord.
|
||||||
RootCoord confirms the index building was generated successfully by the IndexBuildID. At this time, the index construction
|
RootCoord confirms that the index building is generated successfully by the IndexBuildID. At this time, the index construction
|
||||||
is not completed yet. IndexCoord starts a background process to find all the index tasks that need to be
|
is not completed yet. IndexCoord starts a background process to find all the index tasks that need to be
|
||||||
allocated periodically, and then allocates them to IndexNode for actual execution.
|
allocated periodically, and then allocates them to IndexNode for actual execution.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user