Skip to content
Discussion options

You must be logged in to vote

In the case of Elasticsearch, if you don't do write processing in batches, there is a serious performance waste. What about Qdrant?

Batching is still the most efficient way. Though I believe not bulking is less bad vs ES.

In case of bulk updates, we do recommend to temporarily disable HNSW building.

Please see: https://qdrant.tech/documentation/database-tutorials/bulk-upload/

I think that qdrant will also be more efficient if you do batch writes in batches.
Then, how many should you use as the optimal write batch unit? Should you consider both the size and the number?

There's no optimal value that works for everyone. If each individual update is quite large already, pick a lower numbe…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by myyrakle
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