mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e] Fix grammar (#14659)
Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
parent
bde6ee43c1
commit
460b49310d
@ -42,7 +42,7 @@ It's easy to achieve this in a `single-node` database. But for a `Distributed Sy
|
|||||||
|
|
||||||
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.
|
`TSO` is provided by the `RootCoord` component. Clients could alloc one or more timestamp in a single request; the `proto` is defined as follows.
|
||||||
|
|
||||||
```proto
|
```proto
|
||||||
service RootCoord {
|
service RootCoord {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user