Hi,
We have some fact tables which contains large number of rows. We have partition applied on the month right now. It is most more likely that in coming future we might need to apply partition by week number. As update command is missing in Hive so whenever there is situation to update the historical data we just drop the partition & create a new partition. So applying partitions is necessary.
I am wondering is applying partitioning on the existing columns in hive table POSSIBLE ?
How to handle the situation where we have to apply the partitioning dynamically based on the load ?
i think dropping the table & recreating table for most of the requirement is not good thing