摘要: 转载:http://www.zxdmrg.com/archives/16971093.html 阅读全文
posted @ 2020-12-01 22:37 路要一步一步走 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/lanxuezaipiao/p/3190673.html 阅读全文
posted @ 2020-12-01 17:58 路要一步一步走 阅读(30) 评论(0) 推荐(0) 编辑
摘要: EXPLAIN执行计划中type字段分为以下几种: ALL INDEX RANGE REF EQ_REF CONST,SYSTEM NULL 自上而下,性能从最差到最好 type = ALL,全表扫描,MYSQL扫描全表来找到匹配的行 (因为film表中rating不是索引) mysql> expl 阅读全文
posted @ 2020-12-01 16:53 路要一步一步走 阅读(1048) 评论(0) 推荐(0) 编辑
摘要: 一、常用语句1、建索引create index 索引名 on 表名(索引名)2、删索引drop index 表名.索引名3、重建索引reorg rebuild 表名 索引名4、查看索引查看表结构包括索引:sp_help 表名查看索引:sp_helpindex 表名查看表、索引:SELECT TOP 阅读全文
posted @ 2020-12-01 16:35 路要一步一步走 阅读(764) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/weistin/article/details/79698996 阅读全文
posted @ 2020-12-01 16:33 路要一步一步走 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/zzxv587/article/details/89670393 阅读全文
posted @ 2020-12-01 08:39 路要一步一步走 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/wangyiyungw/article/details/80735639 阅读全文
posted @ 2020-12-01 08:38 路要一步一步走 阅读(180) 评论(0) 推荐(0) 编辑