简体   繁体   English

dynamodb ttl 属性和 RCU

[英]dynamodb ttl attribute and RCU

Does configuring TTL attribute in dynamo DB impact RCU.在 dynamo DB 中配置 TTL 属性是否会影响 RCU。 If dynamo DB has to expire any item based on TTL value, does it consume allocated RCU.如果 dynamo DB 必须根据 TTL 值使任何项目过期,它是否会消耗分配的 RCU。

I did not find specific documentation on creating TTL in dynamo and impact on RCU configuration.我没有找到关于在发电机中创建 TTL 以及对 RCU 配置的影响的具体文档。

Taken from the docs取自文档

Deletes performed via TTL are not counted towards capacity units or request units.通过 TTL 执行的删除不计入容量单位或请求单位。 TTL deletes are available at no additional cost. TTL 删除无需额外费用。

This process is actually taken care of in the background, so you might actually notice for a brief time after the TTL the item is still here as the delete has been queued to be processed.这个过程实际上是在后台处理的,因此您实际上可能会在 TTL 之后的一小段时间注意到该项目仍然在这里,因为删除已排队等待处理。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM