Presto performance with delta table. #16234
Unanswered
anand-sharma-29
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Presto with delta table performance issue :
We have two version of a delta table with hourly partition.
Query which targets same hour level partition, gives better performance on (2) compared to (1). Example query - Select id from table where date = ? and hour = ? (both table partitions have equal no of file and data)
Does number of partitions and hence no of manifest files of a delta table impacts query performance. How can we improve on table 1 ?
We are using - Athena + Glue combination
Beta Was this translation helpful? Give feedback.
All reactions