-
Notifications
You must be signed in to change notification settings - Fork 119
Pull up all matches of a value through value that has multiple matches #3795
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
base: main
Are you sure you want to change the base?
Pull up all matches of a value through value that has multiple matches #3795
Conversation
537c0a5 to
584cafa
Compare
50033ee to
798a3c6
Compare
📊 Metrics Diff Analysis ReportSummary
ℹ️ About this analysisThis automated analysis compares query planner metrics between the base branch and this PR. It categorizes changes into:
The last category in particular may indicate planner regressions that should be investigated. New QueriesCount of new queries by file:
Dropped QueriesThe following queries with metrics were removed:
The reviewer should double check that these queries were removed intentionally to avoid a loss of coverage. Only Metrics ChangedThese queries experienced only metrics changes without any plan changes. If these metrics have substantially changed, Total: 2 queries Statistical Summary (Only Metrics Changed)
Significant Regressions (Only Metrics Changed)There were 2 outliers detected. Outlier queries have a significant regression in at least one field. Statistically, this represents either an increase of more than two standard deviations above the mean or a large absolute increase (e.g., 100).
|
This PR enhances the PullUp rules to allow for pulling up all the matches of a value through value. Earlier, they used to only pull up the first match for a value to be pulled up.