-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable PredicatePushdownOptimization for all MetricFlowEngine queries
This effectively releases PredicatePushdownOptimization - the moment this change is deployed to cloud it will be enabled. In order to allow for a rapid mitigation of any unexpected issues this also parameterizes the query request object to allow callers to disable optimizations as needed. This means cloud services calling this method can override the optimizer behaviors without requiring an update to MetricFlow.
- Loading branch information
Showing
4 changed files
with
23 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Enable predicate pushdown optimization by default for all callers | ||
time: 2024-06-25T15:29:52.514224-07:00 | ||
custom: | ||
Author: tlento | ||
Issue: "1011" |
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
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