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

[GIE/Runtime] Support Entry Trait for optimization #2317

Closed
BingqingLyu opened this issue Dec 7, 2022 · 0 comments · Fixed by #2300
Closed

[GIE/Runtime] Support Entry Trait for optimization #2317

BingqingLyu opened this issue Dec 7, 2022 · 0 comments · Fixed by #2300
Assignees
Labels
component:gaia GAIA, the preview release of the next version of GIE component:gie

Comments

@BingqingLyu
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

in GIE Runtime, support Entry Trait to enable various entry type, e.g., IdOnlyEntry, for optimization.

@BingqingLyu BingqingLyu added component:gie component:gaia GAIA, the preview release of the next version of GIE labels Dec 7, 2022
@BingqingLyu BingqingLyu self-assigned this Dec 7, 2022
@BingqingLyu BingqingLyu added this to To do in GIE design and documentations: Dec. 2022 via automation Dec 7, 2022
@BingqingLyu BingqingLyu moved this from To do to Review in progress in GIE design and documentations: Dec. 2022 Dec 7, 2022
@BingqingLyu BingqingLyu added this to Optimization in GraphScope 2022/12 Dec 7, 2022
GIE design and documentations: Dec. 2022 automation moved this from Review in progress to Done Jan 19, 2023
GraphScope 2022/12 automation moved this from Optimization to Done Jan 19, 2023
BingqingLyu added a commit that referenced this issue Jan 19, 2023
<!--
Thanks for your contribution! please review
https://github.com/alibaba/GraphScope/blob/main/CONTRIBUTING.md before
opening an issue.
-->

## What do these changes do?

<!-- Please give a short brief about these changes. -->

Support `Entry` Trait in GIE/Runtime. 

A test of PatternMatch on LDBC.30 shows a 10-40% acceleration in time
cost (when using a `IdEntry` in `ExpandItersect`).

## Related issue number

<!-- Are there any issues opened that will be resolved by merging this
change? -->

Fixes #2317

Co-authored-by: Longbin Lai <longbin.lailb@alibaba-inc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:gaia GAIA, the preview release of the next version of GIE component:gie
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant