Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以,我正在建立一个表格来输入images。我有一个属性来输入图像的标题/描述。在某些情况下,我只需要比255标题/描述、周围500和字符多一点的750字符……而在大多数情况下,255 个字符就足够了。
images
255
500
750
我不确定是否应该使用varchar(750)或text作为我的标题/描述属性的数据类型?
varchar(750)
text
我已经阅读了两者之间的区别,但我永远无法找到关于性能方面最佳解决方案的明确答案。
对这个问题有更多了解的人吗?
谢谢