06 2018 档案

该文被密码保护。
posted @ 2018-06-17 15:43 wangwust 阅读(1) 评论(0) 推荐(0) 编辑
摘要:SQL Server 存在三种 Join 策略:Hash Join,Merge Join,Nested Loop Join。 Hash Join:用来处理没有排过序/没有索引的数据,它在内存中把 Join 两边数据(的关联key)分别建立一个哈希表。例如有以下的查询语句,关联的两张表没有建立索引,执 阅读全文
posted @ 2018-06-17 14:56 wangwust 阅读(796) 评论(0) 推荐(0) 编辑
摘要:select top 20 qs.creation_time, last_execution_time, total_physical_reads, total_logical_reads, total_logical_writes,DB_NAME(dbid) dbname, execution_count, --total_worker_time, last_worker_time, --... 阅读全文
posted @ 2018-06-16 19:04 wangwust 阅读(313) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-06-16 18:59 wangwust 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-06-16 18:58 wangwust 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-06-16 18:56 wangwust 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-06-16 18:55 wangwust 阅读(1) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示