Hi All, I have a dimension column of integer type. Since the cardinality of this column is relatively high, I want to exclude it from the dictionary for faster loading. Is there any way to do this in Carbondata DDL?
When I use TBLPROPERTIES ('DICTIONARY_INCLUDE'='Account'), Account will be defined as a dimension, but it will also be included in the dictionary. Thanks, Sanoj