从本地MySQL数据库迁移到RDS MySQL并从本地MySQL数据库定期更新数据

0

【以下的问题经过翻译处理】 我有一个本地的MySQL数据库需要迁移至AWS RDS MySQL数据库。本地数据库将经常更新,我希望每天定期在预定时间从本地数据库更新最新记录到RDS数据库中。两个数据库存在架构差异,我需要修改本地数据库的数据以匹配RDS数据库的架构。我不会对数据进行任何分析,RDS数据库将被用作Web应用程序的数据库。

你能否为这种情况提供一个理想的解决方案?

提前致谢!

1 Resposta
0

【以下的回答经过翻译处理】 您的用例将充分利用 AWS DMS(针对 MySQL):https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html

  1. 您可以拥有不同的架构:https://docs.aws.amazon.com/dms/latest/userguide/CHAP_SchemaConversion.html
  2. 转换规则将让您适应新架构的内容:https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.Transformations.html
  3. DMS 将为您汇总变更,并在需要时通过检查点应用它们:https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Task.CDC.html
profile picture
ESPECIALISTA
respondido há 8 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas