-
Notifications
You must be signed in to change notification settings - Fork 19
Chunking #187
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
base: master
Are you sure you want to change the base?
Conversation
Oh, you're ahead of me #188 |
An anomaly for sure... |
Yes, not sure about the parallelization. Nor using skip. I think some combination of the two would be good. I forgot to use @value for instance |
Well I was trying to find the simplest way to not make copies and also support multi threading |
I just think then you have the extra loop. Wheras mine just does on loop still. But I'm not sure if it matters much. |
defaults to 10 000
well I am hoping that the multi threaded bit means that when you have large number of channels being indexed |
Adds chunking to the processing
defaults to 10 000
|
Break very large index and update request into smaller chunks
Address the issue #186