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.
哪些数据类型不能索引?
适合放在桌子上的所有东西都是可能的
您应该问的问题是,对于哪些数据类型使用索引是不明智的。您不搜索的大文本我不会添加索引。大位填充字段我不会在任何一个上使用索引...
通常,您会在整数、tinyint、bigint、varchar 等上使用索引……这些小型数据类型不需要太多的处理能力来相互比较。