Skip to content

distributed deployment of qdrant #4341

Closed Answered by timvisee
mm3906078 asked this question in Q&A
Discussion options

You must be logged in to vote

Leader election happens automatically. Any node can be the leader. The elected leader might change if a node goes down.

Data is spread across nodes in (replicated) shards. If a shard doesn't have a local replica, any other node having a replica is contacted and used.

Please read through our distributed deployment documentation here, it elaborates on all of this in detail: https://qdrant.tech/documentation/guides/distributed_deployment/

By default, all nodes accept reads and writes and updates are not serialized through the leader. If you'd like to have strong consistency guarantees you can configure it as described here: https://qdrant.tech/documentation/guides/distributed_deployment/#con…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mm3906078
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants