Hi Developer, I met a problem with using the hive, while I was creating a data table. In such case, I want to keep the efficiency of query and minimum size of data occupy in hive, but some fields in this table are indefinite length.
Which data type is best for this case? Or I should use all of them in this table, the varchar for definite length field, and the string for indefinite length field. Thanks for your help!