- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
SQLServer查询执行计划分析SQLServer查询执行计划分析
看懂执行计划例子1以AdventureWorks的DatabaseLog查询为例:SELECT*FROM[AdventureWorks2008R2].[dbo].[DatabaseLog]?Cached plan size – how much memory the plan generated bythis query will take up in stored procedure cache. This is auseful number when investigating cache performance issuesbecause youll be able to see which plans are taking up morememory.?Estimated Operator Cost – weve already seen this as thepercentage cost in Figure 1.?Estimated Subtree Cost – tells us the accumulated optimizercost assigned to this step and all previous steps, but rememberto read from right to left. This number is meaningless in thereal world, but is a mathematical evaluation used by the queryoptimizer to determine the cost of the operator in question; itrepresents the amount of time that the optimizer thinks thisoperator will take.?Estimated number of rows – calculated based on thestatistics available to the optimizer for the table or index inquestion.The logical operators are the resultsof the optimizers calculations for what should happen when the queryexecutes. The physical operators represent what actually occurred. Thelogical and physical operators are usually the same, but not alwaysThe Subtree is simply the section of the execution tree that wehave looked at so far, working right to left again, and top to bottom. Allestimations are based on the statistics available on the columns andindexes in any table.The I/O Cost and CPU cost are not actual operators, but rather thecost numbers assigned by the Query Optimizer during its calculations.These numbers are useful when determining whether most of the costis I/O-based (as in this case), or if were putting a load on the CPU. Abigger number means more processing in this area.Youll note that, in this case, the operator cost and the subtree cost arethe same, since the table scan is the only operator. For more complextrees, with more operators, youll see that the cost accumulates as theindividual cost for each operator is added to the total. You get the f
您可能关注的文档
- SewisePlayer使用手册.docx
- sFlow RFC3176.doc
- ServiceNow_KT.docx
- SG-UAP资质认证题库.docx
- shakespear.doc
- Section_Ⅱ Welcome to the unit & Reading — Language points.doc
- SharePoint 2013 版本功能对比.docx
- SHE - 106 Hazard Communication Procedure-1.doc
- SHE - 111 waste management.doc
- she walks in beauty.doc
- SAT阅读 Kaplan3S.doc
- Srivastava-2006-Isolation and proces.docx
- SAT阅读 mid 2(OG)S.docx
- SAT阅读 mid 1(OG)S.docx
- SAT阅读 Posttest 1S.docx
- ST STEVAL-MKI062V1 iNEMO MEMS方案.docx
- ST L6474+STM32F105 3D打印机解决方案.docx
- ST STM32F37x 32位Cortex-M4F MCU开发方案.docx
- ST STM32L151超低功耗32位MCU开发方案.docx
- ST TM32L053x6-8超低功耗MCU NUCLEO-L053R8开发方案.docx
最近下载
- 2025年海洋石油开采智能可穿戴设备柔性传感技术创新报告.docx
- 2025年湛江市中心人民医院医护人员招聘参考题库附答案解析.docx VIP
- S6520X-EI系列万兆交换机彩页.pdf VIP
- 新人教版高中数学选择性必修第一册全套PPT课件及配套讲义.pptx VIP
- 3.1 电离平衡 课件【新教材】人教版高中化学选择性必修一(共42张PPT).pptx VIP
- 2024年人教版必修一第二章氧化还原反应第一课时 课件 29PPT.ppt VIP
- 平面向量测试题高考经典试题附详细答案解析.doc VIP
- (高清版)T 30366-2024 生物质术语.pdf VIP
- 汽车消费复杂行为分析报告.pptx VIP
- 交通事故和解赔偿协议书范本.docx VIP
文档评论(0)