Skip to content

Commit 1985afd

Browse files
authored
Update stream-analytics-parallelization.md
1 parent bac7c38 commit 1985afd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/stream-analytics/stream-analytics-parallelization.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,10 @@ If the input partition count doesn't match the output partition count, the topol
122122

123123
Power BI output doesn't currently support partitioning. Therefore, this scenario is not embarrassingly parallel.
124124

125-
### Multi-step query with different PARTITION BY values - Compatibility level 1.0 or 1.1
125+
### Multi-step query with different PARTITION BY values
126126
* Input: Event hub with 8 partitions
127127
* Output: Event hub with 8 partitions
128+
* Compatibility level: 1.0 or 1.1
128129

129130
Query:
130131

@@ -142,9 +143,10 @@ Query:
142143

143144
As you can see, the second step uses **TollBoothId** as the partitioning key. This step is not the same as the first step, and it therefore requires us to do a shuffle.
144145

145-
### Multi-step query with different PARTITION BY values - Compatibility level 1.2 or above
146+
### Multi-step query with different PARTITION BY values
146147
* Input: Event hub with 8 partitions
147148
* Output: Event hub with 8 partitions ("Partition key column" must be set to use "TollBoothId")
149+
* Compatibility level - 1.2 or above
148150

149151
Query:
150152

0 commit comments

Comments
 (0)