Hi All, I noticed something kind of troubling today. The sym enumeration file in my hdb seems very large. Its about 400mb and contains 4.5mill entries. When I inspected it I noticed I have items in there that I may not want including orderIds. When I use .Q.dpft to store tables all the symbol columns got enumerated there.
Couple questions,
This will cause slower queries correct?
This doesn’t seem like an easy/quick fix. I think I would have to change all columns I don’t want enumerated there to either strings or their own enumeration. Then create a new sym file. Can someone help me think about a correct fix for this, if its needed?