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.
纯粹为了性能,有没有理由在 mysql 中的单列表上创建索引?
好吧,为什么您期望单列表(与多列相同)在索引的工作方式方面有所不同?我认为单列表与多列表的性能考虑有任何差异,我认为没有单一原因。
基本上我的意思是引擎使用索引与顺序搜索的任何情况对于任何类型的表都是相同的。