【发布时间】:2010-03-31 08:12:56
【问题描述】:
我有几个基本的疑问:
1. Is primary key column automatically indexed?
2. What should be criteria to select index column?
3. When should I club multiple columns?
4. Does MyISAM or InnoDB has any affect on which columns should be indexed? Probably not.
5. Are they really required, specially in case if primary key column is automatically indexed?
谢谢。
【问题讨论】:
标签: mysql indexing primary-key