You often see database fields set to have a magnitude of 255 characters, what is the traditional / historic reason why? I assume it\'s something to do with paging / memory l
8 bits unsigned = 256 bytes
255 characters + byte 0 for length