ESQL: Speed up MultiClusterSpecIT start up by 40% by parallelizing index creation#134090
Merged
julian-elastic merged 5 commits intoelastic:mainfrom Sep 5, 2025
Merged
Conversation
Collaborator
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
nik9000
approved these changes
Sep 3, 2025
...ugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/CsvTestsDataLoader.java
Outdated
Show resolved
Hide resolved
...ugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/CsvTestsDataLoader.java
Show resolved
Hide resolved
dnhatn
approved these changes
Sep 3, 2025
...ugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/CsvTestsDataLoader.java
Outdated
Show resolved
Hide resolved
luigidellaquila
approved these changes
Sep 4, 2025
Member
luigidellaquila
left a comment
There was a problem hiding this comment.
Awesome, thanks @julian-elastic !
jbaiera
pushed a commit
to jbaiera/elasticsearch
that referenced
this pull request
Sep 5, 2025
…dex creation (elastic#134090) Speeds up MultiClusterSpecIT by parallelizing calls in CsvTestDataLoader to create index, load data into index and create enrich policy. Drops the runtime of the first test from 117sec to 70sec for me locally in IntelliJ.
julian-elastic
added a commit
to julian-elastic/elasticsearch
that referenced
this pull request
Sep 10, 2025
…izing index creation (elastic#134090)" This reverts commit 93d0896.
julian-elastic
added a commit
that referenced
this pull request
Sep 10, 2025
craigtaverner
added a commit
to craigtaverner/elasticsearch
that referenced
this pull request
Oct 20, 2025
…lizing index creation (elastic#134090)" (elastic#134511) This reverts commit d915090.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Speeds up MultiClusterSpecIT by parallelizing calls in CsvTestDataLoader to create index, load data into index and create enrich policy. Drops the runtime of the first test from 117sec to 70sec for me locally in IntelliJ.