|
Hello
I was wondering for preformance, which would
be better to have for a column which has 4 possible states(1,2,3,4 vs
A,B,C,D) ? Would it be text (1) since a char takes up 1 or 2 bytes
(depending on if its unicode or not...not sure how rbase stores it) or would it
be integer (4 bytes?).
|

