[skip e2e] Fix grammar (#14618)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
pull/14619/head
Bennu 2021-12-30 16:31:40 +08:00 committed by GitHub
parent bf7483351e
commit eed0c95181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ It's easy to achieve this in a `single-node` database. But for a `Distributed Sy
## Timestamp Oracle(TSO)
Like [TiKV](https://github.com/tikv/tikv), Milvus 2.0 provides `TSO` service. All the events must alloc timestamp from `TSO`not from local clock, so the first problem can be solved.
Like [TiKV](https://github.com/tikv/tikv), Milvus 2.0 provides `TSO` service. All the events must alloc timestamp from `TSO`, not from local clock, so the first problem can be solved.
`TSO` is provided by the `RootCoord` component. Clients could alloc one or more timestamp in a single request; the `proto` is defined as following.