-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
feature(StoneDB 8.0): support view query, port MTR issue342 #743
Labels
Milestone
Comments
lujiashun
added
A-feature
feature with good idea
C-stonedb-8.0
associated with stonedb 8.0
labels
Oct 18, 2022
in stonedb 5.7, the explain result is :
in stonedb8.0 ,the explain result is:
|
in stonedb5.7
in stonedb 8.0
|
in stonedb5.7
in stonedb8.0
|
lujiashun
changed the title
feature(StoneDB 8.0): support view query
feature(StoneDB 8.0): support view query, port MTR issue342
Oct 19, 2022
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 19, 2022
…atom#743) [summary] 1 add condition push down logic in optimize phrase; 2 replace original_field_name function instead of get_result_field; 3 remove unused variable tianmu_bootstrap; 4 eliminate some compile warning;
15 tasks
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 19, 2022
…m#743) [summary] 1 add condition push down logic in optimize phrase; 2 replace original_field_name function instead of get_result_field; 3 remove unused variable tianmu_bootstrap; 4 eliminate some compile warning;
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 19, 2022
…m#743) [summary] 1 add condition push down logic in optimize phrase; 2 replace original_field_name function instead of get_result_field; 3 remove unused variable tianmu_bootstrap; 4 eliminate some compile warning;
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 19, 2022
…m#743) [summary] 1 add condition push down logic in optimize phrase; 2 replace original_field_name function instead of get_result_field; 3 remove unused variable tianmu_bootstrap; 4 eliminate some compile warning;
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 19, 2022
…m#743) [summary] 1 replace original_field_name function instead of get_result_field,compare with function strcmp; 2 remove unused variable tianmu_bootstrap; 3 eliminate some compile warning;
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 19, 2022
…m#743) [summary] 1 add condition push-down logic in optimize; 2 replace original_field_name function instead of get_result_field,compare with function strcmp; 3 remove unused variable tianmu_bootstrap; 4 eliminate some compile warning;
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Oct 20, 2022
…m#743) [summary] 1 add condition push-down logic in optimize; 2 replace original_field_name function instead of get_result_field,compare with function strcmp; 3 remove unused variable tianmu_bootstrap; 4 eliminate some compile warning;
mergify bot
pushed a commit
that referenced
this issue
Oct 20, 2022
[summary] 1 add condition push-down logic in optimize; 2 replace original_field_name function instead of get_result_field,compare with function strcmp; 3 remove unused variable tianmu_bootstrap; 4 eliminate some compile warning;
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.
support MTR in suite/tianmu/t/issue342.test
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: