Skip to content

cpu-gpu, FLAT, IVF_FLAT, GPU_IVF_FLAT 检索速度几乎没有差别 #41030

Discussion options

You must be logged in to vote

"有时200ms,有时400ms" ----------- 因为你设置了consistency_level="Strong"
换成Bounded

client.create_collection(
  collection_name=collection_name,
  schema=schema,
  index_params=index_params,
  consistency_level="Bounded"
)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wabye430
Comment options

Answer selected by wabye430
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants