How to speed up querying the hive external partition table #19522
Unanswered
wangmiao1002
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Share Share hive connector configs and Also collect |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a significant difference in execution time between the same SQL statement in the trino query and the presto query. It can be seen that the parsing process of trino is basically dismantling the SQL statement and obtaining partition information. How can I avoid this

Beta Was this translation helpful? Give feedback.
All reactions