Need strategy advice for migrating large tables from RDS to DynamoDB

前端 未结 3 677
你的背包
你的背包 2021-01-14 07:28

We have a couple of mySql tables in RDS that are huge (over 700 GB), that we\'d like to migrate to a DynamoDB table. Can you suggest a strategy, or a direction to do this in

3条回答
  •  无人及你
    2021-01-14 08:10

    one thing to consider with such large data is whether Dynamo is the best option.

    If this is statistical data or otherwise "big data", check out AWS RedShift which might be better suited for your situation.

提交回复
热议问题