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

Performance Issue #5

Open
jitendraghanekar opened this issue Dec 9, 2019 · 1 comment
Open

Performance Issue #5

jitendraghanekar opened this issue Dec 9, 2019 · 1 comment

Comments

@jitendraghanekar
Copy link

Indexing is getting stuck after 1,00,000 contacts records are getting indexed.
Is there any optimization setting we can apply?

@vhil
Copy link
Owner

vhil commented Dec 9, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants