[skip e2e]Update default consistency level in doc (#15356)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/15362/head
yanliang567 2022-01-24 15:11:41 +08:00 committed by GitHub
parent 50c5557c20
commit f3f46d3bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -59,5 +59,5 @@ syncTs1 为例当下游消费者比如QueryNodes看到 syncTs1那么
- 客户端一致性:客户端使用上一次写入的时间戳作为 GuaranteeTs那么每个客户端至少能看到
自己插入的全部数据。
Milvus 默认提供一致性,如果用户不传入 GuaranteeTs那么会将 GuaranteeTs 设为系统
Milvus 默认提供有界一致性,如果用户不传入 GuaranteeTs那么会将 GuaranteeTs 设为系统
当前的最新时间戳。

View File

@ -77,4 +77,4 @@ As shown in the figure below, different GuaranteeTs correspond to four different
- Read your own write (Session): Set GuaranteeTs to the client last write, in this way, every client will see all their
own data.
Milvus provides strong consistency by default.
Milvus provides bounded staleness consistency by default.