1 回答
- 最新
- 投票最多
- 评论最多
0
【以下的回答经过翻译处理】 您的用例将充分利用 AWS DMS(针对 MySQL):https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html
- 您可以拥有不同的架构:https://docs.aws.amazon.com/dms/latest/userguide/CHAP_SchemaConversion.html
- 转换规则将让您适应新架构的内容:https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.Transformations.html
- DMS 将为您汇总变更,并在需要时通过检查点应用它们:https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Task.CDC.html
相关内容
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 1 年前