Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e4355fb

Browse files
committed
Update file.
1 parent 19d684a commit e4355fb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • docs/relational-databases/performance

docs/relational-databases/performance/joins.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,7 @@ A few conditions make a logical join eligible for a batch mode Adaptive Join:
257257
- The database compatibility level is 140 or higher.
258258
- The query is a `SELECT` statement (data modification statements are currently ineligible).
259259
- The join is eligible to be executed both by an indexed Nested Loops join or a Hash join physical algorithm.
260-
<<<<<<< HEAD
261-
- The Hash join uses Batch mode, enabled through the presence of a Columnstore index in the query overall, a Columnstore indexed table being referenced directly by the join, or through the use of the [Batch Mode on Rowstore feature](../../relational-databases/performance/intelligent-query-processing.md#batch-mode-on-rowstore).
262-
=======
263260
- The Hash join uses [Batch mode](../../relational-databases/performance/query-processing-architecture-guide.md#batch-mode-execution) - enabled through the presence of a Columnstore index in the query overall, a Columnstore indexed table being referenced directly by the join, or through the use of the [Batch Mode on Rowstore feature](../../relational-databases/intelligent-query-processing.md#batch-mode-on-rowstore).
264-
>>>>>>> 02db14c52b23dd52a51f87dc7cd9354590189585
265261
- The generated alternative solutions of the Nested Loops join and Hash join should have the same first child (outer reference).
266262

267263
### Adaptive threshold rows

0 commit comments

Comments
 (0)