mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci] Fix some grammar issues of query-coord docs (#11212)
Signed-off-by: min.tian <min.tian.cn@gmail.com>
This commit is contained in:
parent
e8c858b545
commit
ebb3ea8b59
@ -359,7 +359,7 @@ type GetSegmentInfoResponse struct {
|
||||
|
||||
#### 7.5 Collection Replica
|
||||
|
||||
$collectionReplica$ contains a in-memory local copy of persistent collections. In common cases, the system has multiple query nodes. Data of a collection will be distributed across all the available query nodes, and each query node's $collectionReplica$ will maintain its own share (only part of the collection).
|
||||
$collectionReplica$ contains an in-memory local copy of persistent collections. In common cases, the system has multiple query nodes. Data of a collection will be distributed across all the available query nodes, and each query node's $collectionReplica$ will maintain its own share (only part of the collection).
|
||||
Every replica tracks a value called tSafe which is the maximum timestamp that the replica is up-to-date.
|
||||
|
||||
- _Collection_
|
||||
|
Loading…
Reference in New Issue
Block a user