mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix typo in milvus meta snapshot design doc (#10657)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/10693/head
parent
7e2406888c
commit
b2afc6194d
|
@ -98,7 +98,7 @@ type SnapShotKV interface {
|
|||
|
||||
For the `Read` operations (`Load` and `LoadWithPrefix`), the input parameter `typeutil.Timestamp` is used to tell `metaSnapShot` to load the value based on that `Timestamp`.
|
||||
|
||||
For the `Write` operations (`Save`, `MiltiSave`, `MultiSaveAndRemoveWithPrefix`), return values include `typeutil.Timestamp`, which is used to tell the caller when these write operations happened.
|
||||
For the `Write` operations (`Save`, `MultiSave`, `MultiSaveAndRemoveWithPrefix`), return values include `typeutil.Timestamp`, which is used to tell the caller when these write operations happened.
|
||||
|
||||
You might be curious about the parameter `additions` of `MultiSave` and `MultiSaveAndRemoveWithPrefix`: What does `additions` do, and why?
|
||||
|
||||
|
|
Loading…
Reference in New Issue