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
255 is the maximum value of a 8 bit integer : 11111111 = 255.