
Ultimate access to all questions.
You have an Azure Stream Analytics job that uses a query returning a result set with 10,000 distinct values for a column named clusterID. You observe high latency in the job. What two actions should you take to reduce the latency? Each correct answer presents a complete solution.
A
Add a pass-through query.
B
Increase the number of streaming units.
C
Add a temporal analytic function.
D
Scale out the query by using PARTITION BY.
E
Convert the query to a reference query.