-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
index.add_items() stuck when using the same data #130
Comments
Hi @vasi-grigo, Thank you! I'll check it. Not sure why this happens. |
@vasi-grigo |
I encountered it while running it in a container that was allocated 4 vCPUs on GCP |
@vasi-grigo |
Yep, precisely. How can the algorithm be distinguishing items if all of them are identical? |
Well, identical elements can have different labels and, if there are only few of them, the algorithm can handle it. |
This could potentially be classified as a bug but occurs only if you're heavily misusing the library:
84k was the magical number for me but it depends on the system its running in
I found myself debugging this issue as a consequence of our everyday sanity tests that keep inserting the same record over and over again.
Привет землякам и спасибо за добротную работу 💪 👍
The text was updated successfully, but these errors were encountered: