Look forward to understanding the difference between VARCHAR/TEXT when storing large strings
How to choose the type
Understanding that TEXT will generate an intermediate virtual table
按照文档说明, VARCHAR(65536) --> 6KB --> 能存储足够大的字符串了
Experience in data type selection (especially large strings)
过去多啦不再A梦2017-05-18 10:58:22
Greater than varchar (255) becomes tinytext
Greater than varchar (500) becomes text
Greater than varchar (20000) becomes mediumtext