Hi,
I have a question regarding fields with with low cardinality. (fields like transaction_status).
Needed to ask if we should be keeping those as integers in pinot and maintain enums on application end.
or
Can we keep the field values as string in pinot and pinot's forward index already optimizes for low cardinality string fields.
Will the lookup and aggregation performance for string values be nearly same as with integer?