Dimension column of integer type - to exclude from dictionary

Posted by Sanoj MG on
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Dimension-column-of-integer-type-to-exclude-from-dictionary-tp9961.html

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