gpt4 book ai didi

azure - 需要为 Azure 表构建复杂的查询来计算行数

转载 作者:行者123 更新时间:2023-12-03 06:53:09 25 4
gpt4 key购买 nike

我正在尝试对 Azure 表运行复杂查询,我想计算特定 dateiottimeiot 的所有 deviceID 的行数?这可能吗?

enter image description here

最佳答案

您的查询类似于:

PartitionKey eq 'aaaa' and dateiot eq 'bbbb' and deviceID eq 'cccc' and timeiot eq 'dddd'

有两件事:

  1. 此查询将执行完整的分区扫描,并可能导致单个请求中的数据不完整。您的代码应该能够处理继续 token 以获取与查询匹配的所有数据。
  2. 表查询不支持计数功能,因此您将取回实体。您需要添加所有实体才能获取与查询匹配的实体总数。

关于azure - 需要为 Azure 表构建复杂的查询来计算行数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73373354/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com