Skip to content

Cherry-pick: Add explain analyze detailed info of hash agg (#15917) #1056

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jiaqizho
Copy link
Contributor

After upgrading to GPDB7, we lost the detailed cdb executor instruments of hashagg since the code base has been changed in a large size. The patch is to re-implement explain analyze related code of hashagg to provide more critical info for troubleshooting issues.

Fixes #ISSUE_Number

What does this PR do?

Type of Change

  • Bug fix (non-breaking change)
  • New feature (non-breaking change)
  • Breaking change (fix or feature with breaking changes)
  • Documentation update

Breaking Changes

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Passed make installcheck
  • Passed make -C src/test installcheck-cbdb-parallel

Impact

Performance:

User-facing changes:

Dependencies:

Checklist

Additional Context

CI Skip Instructions


@jiaqizho jiaqizho force-pushed the cherry-pick-agg-more-info branch from 6a8c8de to 2f30fe6 Compare April 22, 2025 03:58
@jiaqizho jiaqizho force-pushed the cherry-pick-agg-more-info branch from 2f30fe6 to beb1e86 Compare April 22, 2025 06:25
After upgrading to GPDB7, we lost the detailed cdb executor instruments of
hashagg since the code base has been changed in a large size. The patch is
to re-implement explain analyze related code of hashagg to provide more
critical info for troubleshooting issues.
@jiaqizho jiaqizho force-pushed the cherry-pick-agg-more-info branch from beb1e86 to 3e2d55c Compare April 22, 2025 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants