Bandwidth - change table schema
If I change schema to use numbers instead of strings, for example "on" = 1, "off" = 2, "maybe" = 3, will I reduce DB bandwidth?
1 Reply
yes, though technically those are probably not valid field names? I think they need to start with alpha iirc