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

[7.x][Transform] improve performance by using point in time API for search #75333

Merged
merged 1 commit into from
Jul 14, 2021

Conversation

hendrikmuhs
Copy link

Use point in time API for every checkpoint in transform. Using point in time reduces pressure
on the source indexes, e.g. less refreshes. In case, pit isn't supported (e.g. when searching
remote clusters) it falls back to ordinary search requests as before.

closes #73481
backport #74984

…elastic#74984)

Use point in time API for every checkpoint in transform. Using point in time reduces pressure
on the source indexes, e.g. less refreshes. In case, pit isn't supported (e.g. when searching
remote clusters) it falls back to ordinary search requests as before.

closes elastic#73481
@elasticmachine elasticmachine added the Team:ML Meta label for the ML team label Jul 14, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :ml/Transform Transform Team:ML Meta label for the ML team v7.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants