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

fix(interactive): Enhance Support for Optimizing IC Benchmark Queries #4294

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

shirly121
Copy link
Collaborator

@shirly121 shirly121 commented Oct 17, 2024

What do these changes do?

  1. Implement RBO Rule FlatJoinToExpand: Introduce this rule to prevent the generation of join-based execution plans, enhancing performance and efficiency.

  2. Enable CALL SUBQUERY in UNION: Incorporate support for CALL SUBQUERY within UNION operations to ensure execution orders aligning with the stored procedure version.

Related issue number

Fixes

@shirly121 shirly121 changed the title fix(interactive): Support Features to Optimize IC Benchmark Queries fix(interactive): Enhance Support for Optimizing IC Benchmark Queries Oct 17, 2024
Copy link
Contributor

Please check the preview of the documentation changes at
https://eb6c022b.graphscope-docs-preview.pages.dev

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.33%. Comparing base (0052971) to head (b05b29f).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4294   +/-   ##
=======================================
  Coverage   34.33%   34.33%           
=======================================
  Files         126      126           
  Lines       13235    13235           
=======================================
  Hits         4544     4544           
  Misses       8691     8691           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0052971...b05b29f. Read the comment docs.

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.

2 participants