Skip to content

Milvus collection scaling #23938

May 8, 2023 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Milvus doesn't automatically release collection. The LRU load enhancement is not ready, yet.
DISKANN can save more memory than other index types. Typically, DISKANN only requires 1/6 of the original data memory size.

The underlying system checks memory usage during loading and tries to avoid OOM as much as possible. If the memory is insufficient, the load() API will return an error to the client.

Replies: 2 comments 4 replies

Comment options

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

Answer selected by DecathectZero
Comment options

You must be logged in to vote
3 replies
@xiaofan-luan
Comment options

@mdavidii
Comment options

@xiaofan-luan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants