[skip ci]Fix how-guarantee-ts-works doc grammar (#11476)

Signed-off-by: tumao <yan.wang@zilliz.com>
pull/11523/head
Tumao 2021-11-09 19:32:56 +08:00 committed by GitHub
parent 3cb711d462
commit f80d38c19a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,9 +44,9 @@ possible.
As mentioned above, QueryNodes will continue to get insert records and timetick from the message queue. Every time a
timetick is consumed, QueryNodes will update this timetick as the serviceable time-"ServiceTime". With the above figure,
it is easy to understand ServiceTime that QueryNodes can see all the data before ServiceTime.
it is easy to understand that QueryNodes can see all the data before ServiceTime.
With this ServiceTime, Milvus provides GuaranteeTs according to the needs of different users for consistency and
With ServiceTime, Milvus provides GuaranteeTs according to the needs of different users for consistency and
availability. Users can specify GuaranteeTs to inform QueryNodes that search request must see all the data before
GuaranteeTs.