作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
AWS 最近提出了 GlobalTable,以支持跨不同区域的多主、容错设置。限制之一似乎是设置 GlobalTable 的“表必须为空”。
问题是 - 我可以从美国的 2 个地区开始,然后随着我们的发展扩展到其他地区吗?如果是,则上述约束将不成立。
有人试过 GlobalTable 吗?有什么想法吗?
最佳答案
我会试着根据你给出的例子来回答。
假设您有两个 DynamoDB 表,一个在 us-east-1 中,另一个在 us-west-1 中。根据 DynamoDB 的术语,这两个表是副本表。现在,您想在 eu-west-1 中添加另一个表。
答案是,您可以,但前提是根据 this 满足以下约束条件文档:
- The table must have the same partition key as all of the other replicas.
- The table must have the same name as all of the other replicas.
- The table must have DynamoDB Streams enabled, with the stream containing both the new and the old images of the item.
- None of the replica tables in the global table can contain any data.
关于amazon-web-services - 是否可以稍后在 DynamoDB GlobalTable 中添加区域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50979501/
AWS 最近提出了 GlobalTable,以支持跨不同区域的多主、容错设置。限制之一似乎是设置 GlobalTable 的“表必须为空”。 问题是 - 我可以从美国的 2 个地区开始,然后随着我们的
我需要为 DynamoDB 全局表 CFT 添加一些标签,尝试在下面编写一个示例 cft。 在这里,我使用 KMS key 为 dynamoDB 全局表创建资源,并在 SSESpecification
我是一名优秀的程序员,十分优秀!