2 Respostas
- Mais recentes
- Mais votos
- Mais comentários
1
DMS cannot perform complex business logic across multiple tables.
You may want to consider performing the complex logic in the source table itself using views or triggers/procedures. You can then use the resulting view or table as a source for DMS. Note: AWS DMS loads views only in a full-load task.
0
You can migrate many to 1 target using multiple dms tasks and multiple staging target tables. Once the data is in target db you can aggregate or merge as per your need.
respondido há 4 anos
Conteúdo relevante
- feita há um ano
- AWS OFICIALAtualizada há um ano
