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

fix: parametrise add index parallelism #1827

Merged
merged 3 commits into from
Nov 29, 2023

Conversation

ischasny
Copy link
Collaborator

Add two new configuration parameters:

  • AddIndexConcurrency for boostd that sets the number of concurrent tasks that each add index operation can be split into;
  • insert-concurrency for boost-data that sets the number of concurrent inserts that each add index operation can be split into;

Add two new configuration parameters:
* AddIndexConcurrency for boostd that sets the number of concurrent tasks that each add index operation can be split into;
* insert-concurrency for boost-data that sets the number of concurrent inserts that each add index operation can be split into;
@nonsense nonsense merged commit 3342a5f into main Nov 29, 2023
20 of 21 checks passed
@nonsense nonsense deleted the ivan/parametrise-indexing-parallelism branch November 29, 2023 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants