gpt4 book ai didi

python - 发电机 : KeyConditionExpression to check if an attribute exists or not null

转载 作者:行者123 更新时间:2023-11-28 18:20:49 27 4
gpt4 key购买 nike

我正在使用 boto3 查询 DynamoDB。而且我听说 table.query() 比 table.scan() 更有效率我想知道是否有一种方法可以使用 query() 方法检查该值是否存在?

response = table.scan(
FilterExpression=Attr('attribute').exists()

如果无法使用 query() 进行检查,是否还有其他方法比 scan() 更有效?

这个问题不是重复的——我正在寻找一种方法来优化对 query() 或 scan() 的现有/非现有属性的查询

最佳答案

似乎 query()scan() 更有效,因为它仅适用于散列键,并且查询必须匹配基表架构。这就是它如此高效的原因。

因此,无法scan() 获取不在基本模式中的属性。

关于python - 发电机 : KeyConditionExpression to check if an attribute exists or not null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45223501/

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