未验证 提交 607cf143 编写于 作者: E edward.zeng 提交者: GitHub

[skip ci] Refine milvus index design doc (#11440)

Signed-off-by: NEdward Zeng <jie.zeng@zilliz.com>
上级 069d7b7d
......@@ -174,7 +174,7 @@ type Meta struct {
Meta is used to record the state of the index.
- Revision: The number of times IndexMeta has been changed in etcd. It's the same as Event.Kv.Version in etcd.
When IndexCoord watches the IndexMeta in etcd is changed, can compare `revision` and Event.Kv.Versionto determine
When IndexCoord watches the IndexMeta in etcd is changed, can compare `revision` and Event.Kv.Version to determine
this modification of IndexMeta is caused by IndexCoord or IndexNode. If it is caused by IndexNode, the Meta in
IndexCoord must be updated.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册