-
Notifications
You must be signed in to change notification settings - Fork 100
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
Cherry pick Rows out in EXPLAIN ANALYZE #670
Open
robozmey
wants to merge
10
commits into
apache:main
Choose a base branch
from
robozmey:rows-out
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Oct 15, 2024
-
Rows out в EXPLAIN ANALYZE (apache#44)
* Add "Rows out" print in cdbexplain_showExecStats set gp_enable_explain_rows_out=on; explain (analyze,verbose,format text) select * from tt where a > b; QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------- Gather Motion 3:1 (slice1; segments: 3) (cost=0.00..431.00 rows=1 width=8) (actual time=2.534..223.679 rows=499500 loops=1) Output: a, b -> Seq Scan on public.tt (cost=0.00..431.00 rows=1 width=8) (actual time=0.145..127.350 rows=166742 loops=1) Output: a, b Filter: (tt.a > tt.b) Rows out: 166500.00 rows avg x 3 workers, 166742 rows max (seg0), 166340 rows min (seg2). ...
Configuration menu - View commit details
-
Copy full SHA for 1264cd5 - Browse repository at this point
Copy the full SHA 1264cd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1320a9 - Browse repository at this point
Copy the full SHA e1320a9View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87928a5 - Browse repository at this point
Copy the full SHA 87928a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecca72c - Browse repository at this point
Copy the full SHA ecca72cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbff7f0 - Browse repository at this point
Copy the full SHA cbff7f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0448fe - Browse repository at this point
Copy the full SHA c0448feView commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 490521e - Browse repository at this point
Copy the full SHA 490521eView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b7ab04 - Browse repository at this point
Copy the full SHA 0b7ab04View commit details -
Configuration menu - View commit details
-
Copy full SHA for e617d39 - Browse repository at this point
Copy the full SHA e617d39View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6aa761 - Browse repository at this point
Copy the full SHA d6aa761View commit details
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.