大飞_dafei

导航

2019年1月6日 #

mysql explain 执行计划详解

摘要: mysql explain 执行计划详解 explain select * from test where score=80 mysql> explain select * from test where score=80 \G; *************************** 1. row 阅读全文

posted @ 2019-01-06 20:39 大飞_dafei 阅读(95) 评论(0) 推荐(0) 编辑

MySQL 索引分类

摘要: #索引类型: 普通索引(index 另一个名字normal)、唯一索引(unique)、全文索引(fulltext)、空间索引(SPATIAL) 官方: The following sections describe different aspects of the CREATE INDEX sta 阅读全文

posted @ 2019-01-06 19:35 大飞_dafei 阅读(87) 评论(0) 推荐(0) 编辑