KEY `date` (`date`,`task_id`,`sub_task_id`)
索引的前缀规则,以下情况可以用到该索引
1. where date=xxx
2. where date=xxx and task_id=xxx
3. where date=xxx and sub_task_id=xxx
4. where date=xxx and task_id=xxx and sub_task_id=xxx
5. where date=xxx and other_col=xxx
和where条件中的顺序无关
阅读(2368) | 评论(0) | 转发(0) |