Hi, i have some basic stuffs to ask:
- Are there any performance difference in using VARCHAR(255), TEXT , MEDIUMTEXT, LONGTEXT?
I assume if overflow, varchar is the fastest, while the others should be the same, is it correct?
- Are there any performance difference between varchar(5) and varchar(255) ? Also assume no overflow, their performance should be the same, right?
Thanks.