mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip ci] Fix typos in design doc (#12354)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
f6f6dfaabe
commit
bf1f56a974
@ -72,7 +72,7 @@ As shown in the figure below, different GuaranteeTs correspond to four different
|
||||
- Strong consistency: GuaranteeTs is set to the newest timestamp of the system, QueryNodes will wait for the ServiceTime
|
||||
to be greater than or equal to the GuaranteeTs;
|
||||
- Eventual consistency: Set GuaranteeTs to 0 and skip the check, QueryNodes will execute search requests immediately;
|
||||
- Bounded Staleness: Set GuaranteeTs to an older timestamp, such as 1 minutes ago, the query can be executed immediately
|
||||
- Bounded Staleness: Set GuaranteeTs to an older timestamp, such as 1 minute ago, the query can be executed immediately
|
||||
within a tolerable range;
|
||||
- Read your own write (Session): Set GuaranteeTs to the client last write, in this way, every client will see all their
|
||||
own data.
|
||||
|
Loading…
Reference in New Issue
Block a user