Cluster rescaling #1929
Unanswered
PieReissyet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello me again,
I was using a single qdrant instance for my project yet but I have reached a point where the machine was getting big and I still had some performances issue so I thought about giving a try to the whole cluster deployment thing.
I read that you can rebalance the cluster using the /collections/{collection_name}/cluster route and I also read that once qdrant is in cluster mode you can spread the data across all the different nodes using the shard_number parameter.
Is there any way to easily rebalance my collections across all of the different nodes of the cluster as is they have been created in a state where I was already in cluster mode so that everything is not on a single machine anymore ?
As always thanks for the help and the great work !
Beta Was this translation helpful? Give feedback.
All reactions