Skip to content

Milbus Speed Up wway #38573

Discussion options

You must be logged in to vote

I guess your collection is in "Strong" consistency level.

Consistency level is to control the data visibility for search/query in the scenario that data is inserted/updated continually during search/query.
https://milvus.io/docs/consistency.md#Consistency-Level

Let's say there is a client continually sends insert requests to add new data. Another client calls search(). Since insert action is asynchronously, the inserted data might be invisible to search requests and user might get unexpected results. Consistency level allows users to control the data visibility for search requests.

Let's say a search request is received at time point "t1".

Strong level ------- Ensure the data inserted bef…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by platic96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants