Increased amount of writes after adding a replica to a non-empty table

0

Hi!

We've been using DynamoDB for quite some time already and never had any issues with it. We've never used global tables though. Yesterday we decided to add a new replica to a table in us-west-2. The table already contained ~60 million items totalling ~31 GB.

The whole process of adding a new replica was very smooth, taking around 2 hours, no problem there. The weird stuff started to happen after the replica was created. I expected that both replicas would have roughly the same amount of writes that would correspond to the number of writes done by our application. But some crazy things started to happen with the original replica. The amount of writes increased significantly there even though the traffic coming from our application didn't change (see the attached picture). And the application still works only with the original replica in us-west-2.

Does anyone know where these additional writes come from?

已提问 4 年前203 查看次数
1 回答
0

We've found the cause of the issue, so just in case anyone gets into the same trouble - the increased amount of writes is caused by propagation of TTL delete events.

已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则