We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NUM_MERGE_THREADS
Hello,
I am trying to index a few billions documents. In my usecase, the bottleneck seems to be the number of merging threads which seems to be hardcoded here: https://github.com/quickwit-oss/tantivy/blob/main/src/indexer/segment_updater.rs#L28
Would you be open to a PR that makes this configurable?
The text was updated successfully, but these errors were encountered:
Yes, that could be configurable
Sorry, something went wrong.
agreed.
No branches or pull requests
Hello,
I am trying to index a few billions documents.
In my usecase, the bottleneck seems to be the number of merging threads which seems to be hardcoded here: https://github.com/quickwit-oss/tantivy/blob/main/src/indexer/segment_updater.rs#L28
Would you be open to a PR that makes this configurable?
The text was updated successfully, but these errors were encountered: