Skip to content
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

[CBRD-25361] Fixed the issue where trace information for CTEs and subqueries not provided. #5200

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

xmilex-git
Copy link
Contributor

http://jira.cubrid.org/browse/CBRD-25361

There are currently issues with trace statistics. When tracing queries that use UNION, DIFFERENCE, INTERSECTION, and CTE together, the statistical information for the CTE is not output. Additionally, when using UNION-like SQL statements, the trace for the total cost is also not output. In this issue, we have made changes to enable the output of trace for the total cost of UNION-like SQL statements and to ensure that the statistical information for all subqueries bundled under the UNION statement is output.

@xmilex-git xmilex-git self-assigned this May 14, 2024
@xmilex-git xmilex-git changed the title [CBRD-25361] Modify trace info [CBRD-25361] Fixed the issue where trace information for CTEs and subqueries not provided. May 16, 2024
@shparkcubrid
Copy link
Contributor

Please add test cases that are not tested in CTP. DIFFERENCE_PROC, INTERSECTION_PROC ...

@xmilex-git xmilex-git marked this pull request as ready for review May 17, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants