Posts by user26282 • 71 points
1 post
-
6
votes1
answer1481
viewsQ: Should I limit the size of VARCHAR columns for performance?
Normally the maximum size for VARCHAR is 255. If I create the column with a smaller size, say VARCHAR(50), I will gain performance or save disk space?