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

Consider using ElasticSearch's Sliced Scroll API #2

Open
jerluc opened this issue Jan 15, 2019 · 0 comments
Open

Consider using ElasticSearch's Sliced Scroll API #2

jerluc opened this issue Jan 15, 2019 · 0 comments
Labels
perf Performance-related
Milestone

Comments

@jerluc
Copy link
Member

jerluc commented Jan 15, 2019

To improve document scroll performance, we should consider using ElasticSearch's "sliced scroll" functionality.

It looks like this effectively allows different chunks of the scroll to be downloaded in parallel by giving the caller the max slice ID value.

@jerluc jerluc added the perf Performance-related label Jan 15, 2019
@jerluc jerluc added this to the v1.0.0 milestone Jun 18, 2019
@manossaratsis manossaratsis removed this from the v1.0.0 milestone Sep 9, 2019
@jerluc jerluc added this to the v1.1.0 milestone Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
perf Performance-related
Projects
None yet
Development

No branches or pull requests

2 participants