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

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

Closed
wants to merge 6 commits into 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

github-actions bot commented Oct 17, 2024

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

@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.33%. Comparing base (6aa557c) to head (b29db01).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #4294       +/-   ##
===========================================
- Coverage   58.78%   34.33%   -24.46%     
===========================================
  Files          12      126      +114     
  Lines         592    13235    +12643     
===========================================
+ Hits          348     4544     +4196     
- Misses        244     8691     +8447     

see 126 files with indirect coverage changes


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 6aa557c...b29db01. Read the comment docs.

@shirly121 shirly121 changed the title fix(interactive): Enhance Support for Optimizing IC Benchmark Queries refactor(interactive): Enhance Support for Optimizing IC Benchmark Queries Oct 22, 2024
@shirly121 shirly121 closed this Oct 23, 2024
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