mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix typo in developer guide (#11911)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/11921/head
parent
a13925dcef
commit
7c85b54311
|
@ -320,7 +320,7 @@ B. or the logical part overflows.
|
|||
|
||||
In either case, the physical part will be updated, and the logical part will be set to 0.
|
||||
|
||||
Keeping the physical part close to local wall time may face nonmonotonic problems such as updates to POSIX time that could turn time backward. HLC avoids such problems, since if 'local wall time < HLC's physical part' holds, only case B is satisfied, thus monotonicity is guaranteed.
|
||||
Keeping the physical part close to local wall time may face non-monotonic problems such as updates to POSIX time that could turn time backward. HLC avoids such problems, since if 'local wall time < HLC's physical part' holds, only case B is satisfied, thus monotonicity is guaranteed.
|
||||
|
||||
Milvus does not support transaction, but it should guarantee the deterministic execution of the multi-way WAL. The timestamp attached to each request should
|
||||
|
||||
|
|
Loading…
Reference in New Issue