You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have hit some performance issues when performing relational joins because of key skew. Pig and hive have implemented optimizations for skewed joins, and it would be nice for something similar to exist in scoobi.
We have hit some performance issues when performing relational joins because of key skew. Pig and hive have implemented optimizations for skewed joins, and it would be nice for something similar to exist in scoobi.
Pig - http://ofps.oreilly.com/titles/9781449302641/advanced_pig_latin.html#skew_join
Hive - https://cwiki.apache.org/confluence/display/Hive/Skewed+Join+Optimization
The text was updated successfully, but these errors were encountered: