azure - 流分析作业最多只能使用 6 个流单元

标签 azure azure-stream-analytics

我正在对我的 Azure IoT Suite 解决方案进行负载测试。我目前正在测试每秒 3,000 条消息。我的 Azure 流分析作业从 IoT 中心提取数据并将其存储到分区 DocumentDB 数据库中。我计算过需要 12 个 Streaming 单元。当我开始工作时,出现以下错误:

Streaming Analytics job '' is only able to use up to 6 Streaming Units based on the provided query. Please adjust the number of Streaming Units or update your query and restart the job

我需要在查询中更新哪些内容才能突破 6 个流媒体单元的限制?

最佳答案

您需要添加 PARTITION BY 子句才能使用 6 个以上的 SU。请看看这篇文章:https://azure.microsoft.com/en-us/documentation/articles/stream-analytics-scale-jobs/

关于azure - 流分析作业最多只能使用 6 个流单元,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40132376/

相关文章:

azure - 在计算 azure 流分析定价时,我们应该为设备属性设置什么值

azure - 如何从 azure 预测模型中选择评分概率

asp.net-mvc - SQL Azure + 出现错误 'There is already an open DataReader associated with this Command..' ,即使在设置 ‘MultipleActiveResultSets=True’ 之后也是如此

azure - 无法使用 Microsoft graph API 获取照片

azure - 阻止 Azure 网站设置 WAWebSiteID 和 ARRAffinity cookie

Azure函数: clarifications about zip deployment and run from package file

Azure 流分析 : "Output contains multiple rows …" warning

azure - 未找到指定时间范围内的事件

powershell - New-AzureDeployment 包上传超时

azure-stream-analytics - 左外连接和空值转换