-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The distributed optimizer generates one query per remote engine without taking into account the range of the engine. This reduces resiliency since an engine with an older timestamp could be unavailable, but it still gets queried for recent data. This commit adds time-based pruning to the optimizer which excludes endpoints which do not match the query range. Signed-off-by: Filip Petkovski <[email protected]>
- Loading branch information
1 parent
257543a
commit fede49a
Showing
2 changed files
with
83 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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