-
Notifications
You must be signed in to change notification settings - Fork 449
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
Switch the default compilation stack to the new GOpt-based framework in GIE #3736
Comments
To achieve this goal, there are several tasks that we need to undertake:
compiler:
runtime (insight):
e2e:
|
There's still some issue to be addressed. |
sighingnow
pushed a commit
that referenced
this issue
Jun 7, 2024
…ion (#3786) #3736 Co-authored-by: 霄磊 <[email protected]>
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
We have recently introduced a new GOpt-based compilation stack, which offers robust support for both Cypher and Gremlin query languages. This advanced stack enhances the query processing capabilities with both rule-based and cost-based optimization strategies, ensuring efficient execution across various graph query scenarios.
We are currently planning to switch the default compilation stack from the older, IRCore-based implementation to the new, GOpt-based framework.
The text was updated successfully, but these errors were encountered: