[求助]SET SHOWPLAN后显示的东西怎么看?
<p>1> select * from node where node_id<0<br/>2> go</p><p>QUERY PLAN FOR STATEMENT 1 (at line 1).</p><p>1 operator(s) under root</p><p><br/>The type of query is SELECT.</p><p>ROOT:EMIT Operator</p><p> |SCAN Operator<br/> | FROM TABLE<br/> | node<br/> | Table Scan.<br/> | Forward Scan.<br/> | Positioning at start of table.<br/> | Using I/O Size 8 Kbytes for data pages.<br/> | With LRU Buffer Replacement Strategy for data pages.</p><p>Parse and Compile Time 0.<br/>SQL Server cpu time: 0 ms.</p><p>Execution Time 0.<br/>SQL Server cpu time: 0 ms. SQL Server elapsed time: 3 ms.</p><p>他是怎么扫的?怎么才能看出来用没用到索引??</p><p>如果用到了索引是怎么写的 大家帮看看.</p> | Table Scan.<br/>使用的是表扫描,没用到索引,如果用到索引下面会显示索引名字!
页:
[1]