-
Notifications
You must be signed in to change notification settings - Fork 406
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
[Bug report] The Join query in Trino connector version 0.5.1 has slower performance than version 0.5. #3738
Labels
bug
Something isn't working
Comments
yuqi1129
pushed a commit
that referenced
this issue
Jun 5, 2024
… version (#3781) ### What changes were proposed in this pull request? Fix query performance is lower than 0.5 version ### Why are the changes needed? Fix: #3738 ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? Manually test Co-authored-by: Yuhui <[email protected]>
diqiu50
added a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
…rsion (apache#3748) ### What changes were proposed in this pull request? Fix query performance is lower than 0.5 version ### Why are the changes needed? Fix: apache#3738 ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? Manually test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
main branch
Describe what's wrong
The Join query in Trino connector version 0.5.1 has slower performance than version 0.5.
In the play groud query:
Error message and/or stacktrace
0.5.0
Query 20240603_071554_00029_vtp7u, FINISHED, 1 node
Splits: 20 total, 20 done (100.00%)
2.32 [337 rows, 2.95KB] [145 rows/s, 1.27KB/s]
0.5.1
Splits: 20 total, 20 done (100.00%)
20.71 [679 rows, 3.09KB] [32 rows/s, 153B/s]
How to reproduce
Run the given sql in the play ground environment
Additional context
No response
The text was updated successfully, but these errors were encountered: