This repository was archived by the owner on Nov 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Generalizing plan execution #1429
Merged
Merged
+569
−118
Conversation
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
afb5cac to
2cff63a
Compare
Member
|
Loving the direction. Can we merge it already? |
Contributor
Author
Not ready yet. |
Contributor
Author
|
/run-it |
1 similar comment
Contributor
Author
|
/run-it |
6f22d2d to
981de29
Compare
Contributor
Author
|
/run-it |
4 similar comments
Contributor
Author
|
/run-it |
Contributor
Author
|
/run-it |
Contributor
Author
|
/run-it |
Contributor
Author
|
/run-it |
mieciu
reviewed
May 27, 2025
mieciu
reviewed
May 27, 2025
mieciu
reviewed
May 27, 2025
mieciu
reviewed
May 27, 2025
mieciu
reviewed
May 27, 2025
mieciu
suggested changes
May 27, 2025
Member
mieciu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor things, other than that - nice one 💪
mieciu
approved these changes
May 29, 2025
a1ac8fa to
4329e3f
Compare
Deploying quesma with
|
| Latest commit: |
4329e3f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://abe2613e.quesma.pages.dev |
| Branch Preview URL: | https://generalizing-execution-plan.quesma.pages.dev |
Contributor
Author
|
/run-it |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR extends the current Quesma workflow to allow interrupting query execution when the execution plan contains multiple queries and we’ve already retrieved enough results.
The idea is to split the original query into n queries with different time ranges. If the first one (covering a 15-minute range) returns enough results, we will stop the execution.
The problem is reproducible on
kibana_sample_data_flightswith the following query: