How to select proper join type
<br />Nested LOOP ( e.g : 260 rows * 1 rows)<br />- FOR (small set data)<br /> FOR(big set data)<br /> <br />Hash Join (e.g : 190 rows * 19000 rows)<br />- build input - small data data - Join column will be hashed<br />- probe input - bigger data
原创
2010-12-19 15:32:00 ·
153 阅读 ·
0 评论