[skip ci]Update the bullet format in md file (#13265)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/13283/head
yanliang567 2021-12-13 19:16:49 +08:00 committed by GitHub
parent 85e19f4096
commit 0445c70714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -6,15 +6,15 @@ implemented, you can look into the official documentation of TiKV.
This chapter will only introduce two points:
- 1, the organization of hybrid TSO in Milvus;
- 2, how should we parse the hybrid TSO;
1. the organization of hybrid TSO in Milvus;
2. how should we parse the hybrid TSO;
## The Organization of TSO
The type of TSO is `uint64`. As shown in the figure below, TSO was organized by two parts:
- 1, physical part;
- 2, logical part;
1. physical part;
2. logical part;
The front 46 bits is of physical part, and the last 18 bits is of logical part.