Skip to content
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

[Question] Parallel index building strategy #540

Open
kisasexypantera94 opened this issue Apr 17, 2024 · 0 comments
Open

[Question] Parallel index building strategy #540

kisasexypantera94 opened this issue Apr 17, 2024 · 0 comments
Labels
question Further information is requested

Comments

@kisasexypantera94
Copy link

kisasexypantera94 commented Apr 17, 2024

Hi, I see that you are parallelizing index construction using per-point locks and I’m wondering if maybe you’ve tried other methods? Like run kmeans and build these clusters in parallel, and then merge the edges. Or maybe take immutable snapshots of the current state of the index and run point updates in parallel on this state, repeating the process several iterations

@kisasexypantera94 kisasexypantera94 added the question Further information is requested label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant