Skip to content

Commit 4cdd707

Browse files
authored
Update stream-analytics-parallelization.md
1 parent 6c1aee5 commit 4cdd707

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)