Skip to content

With single Milvus instance , Whether to support querying two collections using multiple threads at the same time #3627

Discussion options

You must be logged in to vote

You can certainly query two collections in multiple threads.

First of all, you need to set cache_size to be larger than the memory required for the two collections. Alternatively, you can start multiple Milvus clients and implement multiple threads to query the two collections.

Replies: 1 comment 1 reply

Comment options

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

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