DMS Controlling the number of source database connections used

0

Is this possible?

I have to stagger my ETL processes out because DMS opens up ~34(+7regular) connections on our Postgres source database to complete one transfer task. The table count is 224 for this task/database (one example, there are many databases). If I don't stagger them the total connection count goes way above 100 and then our source server essentially crashes. It simply won't handle that many open connections at once.

Is there any way to control the total connections AWS DMS uses per task job?

Thanks

Edited by: ted1111 on Sep 30, 2021 8:06 AM

質問済み 3年前1372ビュー
1回答
0

Actually by adjusting a couple settings in the task JSON downward I was able to reduce the total resources required on the source database.

See the MaxFullLoadSubTasks and CommitRate settings.

For MaxFullLoadSubTasks it generally corresponds to the number of tables processing at once, although number connections is multiples per table in my case. For CommitRate I lower this to 1000 to conserve all resources on our side, server and network, reduce overall stress.

Edited by: ted1111 on Oct 1, 2021 3:21 AM

Edited by: ted1111 on Oct 1, 2021 9:53 AM

回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ