We have a little debate going on at the office now. I was once taught to have all fields be text by default, unless some sort of mathematical calculation was required on the field. I have heard other claims that even if no calculations are expected to be made using the field, if it is going to contain numbers only it should be kept as a numeric field for faster DB performance.
In A2K, is there a performance difference between how it processes text vs numeric fields? Also, is there a significant difference in the size of the overall database? (I view fighting unnecessary bloat as one way of maximizing performance.)