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
Indexing is getting stuck after 1,00,000 contacts records are getting indexed. Is there any optimization setting we can apply?
The text was updated successfully, but these errors were encountered:
There are settings for multi-threading and batch sizes. See indexSubmitBatchSize and concurrentThreads in the config file https://github.com/vhil/helpfulcore-analytics-index-builder/blob/master/src/Helpfulcore.AnalyticsIndexBuilder/App_Config/Include/Helpfulcore/Helpfulcore.AnalyticsIndexBuilder.config
If you having issues I would suggest to clone the repo and copy the project into your solution and debug from there.
If you find any bug, please feel free to create a pull request
Sorry, something went wrong.
No branches or pull requests
Indexing is getting stuck after 1,00,000 contacts records are getting indexed.
Is there any optimization setting we can apply?
The text was updated successfully, but these errors were encountered: