-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[STO/QE]Push down the computation #2602
Comments
Some of the most import computation need to push down:
Three above should be complete in 2.6.0. GroupBy/OrderBy/DeDup/Aggregation's detail need to discuss later if necessary. |
fixed bug #2762 for GO statement when prop value type is fixed_string. |
for scan vertices via GO, filter push down is works well now. insert edge se1(c1) values "1" -> "2"@0:("row"), "1" -> "3"@0:("row") (root@nebula) [test]> go from "1" over se2 where $$.st1.c1 == "row" Tue, 31 Aug 2021 13:27:15 CST (root@nebula) [test]> (root@nebula) [test]> go from "1" over se1 where $$.st1.c1 == "row" Tue, 31 Aug 2021 13:27:35 CST (root@nebula) [test]> go from "1" over * where $$.st1.c1 == "row" Tue, 31 Aug 2021 13:27:44 CST (root@nebula) [test]> ` |
This issue is too complicated. Let me split it according to the following features:
|
Co-authored-by: codesigner <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: