Skip to content

Commit 70e6d35

Browse files
Merge pull request #244011 from anboisve/patch-6
Update stream-analytics-parallelization.md
2 parents 9e47bd0 + 4cdd707 commit 70e6d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Each of the **Input1** partitions will be processed separately by Stream Analyti
254254
GROUP BY TumblingWindow(minute, 3), TollBoothId
255255
```
256256

257-
This query can be scaled to 24 SUs.
257+
This query can be scaled to 4 SU V2s.
258258

259259
> [!NOTE]
260260
> If you are joining two streams, make sure that the streams are partitioned by the partition key of the column that you use to create the joins. Also make sure that you have the same number of partitions in both streams.

0 commit comments

Comments
 (0)