What's the reason for using list bucketing instead of skewed table in hive -


what difference between skewed table , list bucketed table in hive? difference listbucketing stores data directories? why user ever choose create sub-directories (instead of files in case of scewed table)?

i'v found https://cwiki.apache.org/confluence/display/hive/listbucketing still can't understand in cases must use feature instead of skewed table


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -