hive - Partition and Bucket ORC Tables -
i understand when create orc tables, improve speed dramatically. however, can improve further partitioning , bucketing orc table? if so, how partitioning , bucketing in existing orc table?
you can bucket , partition orc table.
partitions directly mapped directories in hdfs. can alter table , add partition. you'd have partition recovery after thou. explained here: https://cwiki.apache.org/confluence/display/hive/languagemanual+ddl#languagemanualddl-alterpartition.
personally i'd create new table wih dynamic partitioning , copy data new table.
Comments
Post a Comment