dimension load type 2 dimension tables
I am trying to convert our oracle database to vertica. I found solution from community and documentation regarding loading data and support most of RDBMS. Reading on ROS functionality want to know is Dimension tables specially Type 1 & Type 2 where it logical delete and update the same record will be possible in Vertica ?
Also Vertica documentation states support partition but for Fact tables, I have very large dimension table which is partition is oracle need to partition will be ok to do in Vertica or will be an issue ?
can you please share your thoughts.
Also Vertica documentation states support partition but for Fact tables, I have very large dimension table which is partition is oracle need to partition will be ok to do in Vertica or will be an issue ?
can you please share your thoughts.
0
Comments
Vertica doesn't know what a dimension table is vs. a fact table. You can partition any table you choose. The best partition strategy is on a date-based column.
Keep in mind that partitioning in Vertica is not the same as it is in Oracle. Oracle's partitioning is more like Vertica's Segmentation.
All of what you're describing is perfectly reasonable to do in Vertica.
I will try it out on dimension tables. Thank you for your prompt response.