nested loop join cost的相關文章
Simple Nested Loops Join

Simple Nested Loops Join

瀏覽:1189
日期:2025-04-30
Simple Nested Loops Join. For each tuple in the outer relation R, we scan the entire inner relation S. Cost: M + (pR * M) * N = 1000 + 100*1000*500 I/Os: 140 ......看更多