-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Hive partition parsing error #19420
Comments
Previously used presto queries, the cluster was using ec to compress data, so it was replaced with trino; Presto can parse partition information during queries |
Can you share the output of |
Okay, here is the table information. The partition field date is also set with a date type, and I have also added the cache parameters in trino. I found that it is still slow. Could you please give me some advice on how to avoid it? Thank you
|
Hi, community
I have a hive external table with a four layer partition
logtype、mod and date are all partition fields
Running the SQL below was unable to parse the partition fields. A full partition scan was performed, which delayed the query time. The table has a large number of partitions, so the query is slow, and the slow logs of the hive metadata were also captured, resulting in obtaining all the SQL statements for the problems. How can I avoid this issue
environmental information
trino :426
hive:2.1.1-cdh6.3.2
The text was updated successfully, but these errors were encountered: