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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -