mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add note for design doc (#13328)
Signed-off-by: yhmo <yihua.mo@zilliz.com>pull/13352/head
parent
0436efb8f0
commit
bfd029fc8f
|
@ -28,9 +28,9 @@ Actually, we can use the TSO order to sort the `Insert` operations or `Delete` o
|
|||
|
||||
So the question becomes how we get the UTC time from TSO.
|
||||
|
||||
As we have described above, physical part consists of the front 46 bits of TSO.
|
||||
As we have described above, the physical part consists of the front 46 bits of TSO.
|
||||
|
||||
So given a TSO which is returned by `Insert` or `Delete`, we can directly shift left 18 bits to get the UTC time.
|
||||
So given a TSO which is returned by `Insert` or `Delete`, we can directly shift the left 18 bits to get the UTC time.
|
||||
|
||||
For example in Golang:
|
||||
|
||||
|
|
Loading…
Reference in New Issue