As I understand it, a VARCHAR field type only uses the amount of space it needs for the data it contains, so does it have a huge affect on space useage if I make all my VARCHAR fields 255 in size, as opposed to making them different in length.
For example a LastName field may only need to be a size of 30, but would it make a difference to data storage if I made it 255 in size? If someone's surname was Smith, as I understand it, a field of 30 would use the same amount of space to store that name as a field of 255 would.



LinkBack URL
About LinkBacks
Reply With Quote

) hence why I'm not sure what size to make some of the fields.

Bookmarks