Skip to content

MilvusClient refresh_load() #31921

Apr 5, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

No need to call collection.flush() manually, milvus can automatically trigger flush action by itself.
If you call collection frequently, there will be lots of tiny segments generated and increase the cost to compact, eventually slow down the performance of milvus.

MilvusClient doesn't have a flush interface. The refresh_lolad() is to force the datacoord to refresh the segments list to update the data snapshot, this is an internal action, you can treat it as a normal load().

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@HoangSang1510
Comment options

@yhmo
Comment options

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