Hive: Join Tables with Big and Small Table. #13847
Unanswered
blank-manash
asked this question in
Q&A
Replies: 2 comments
-
cc @dain @arhimondr |
Beta Was this translation helpful? Give feedback.
0 replies
-
@blank-manash By default the engine would execute an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
We have two tables, A and B. The size of A is very large (over 500 GB) and the size of the other table B is small (about 44 rows)
We are executing a select query in three different ways
Issue
It is observed that the first and second queries execute very fast. But however, the third query takes much more time than expected. I was curious to discuss how the architecture works to allocate resources to such kinds of queries. And if there are any ways to speed it up.
Beta Was this translation helpful? Give feedback.
All reactions