Integration Services (SSIS) Scale Out

适用于:SQL Server Azure 数据工厂中的 SSIS Integration Runtime

SQL Server Integration Services (SSIS) Scale Out 通过在多台计算机上分发包执行,提供高性能 SSIS 包执行。 设置 Scale Out 后,可从 SQL Server Management Studio (SSMS) 以 Scale Out 模式并行运行多个包执行。

组件

SSIS Scale Out 包括一个 SSIS Scale Out Master 和一个或多个 SSIS Scale Out Worker。

  • Scale Out Master 负责 Scale Out 管理和接收来自用户的包执行请求。 有关详细信息,请参阅 Scale Out Master

  • Scale Out Worker 从 Scale Out Master 拉取执行任务并运行包。 有关详细信息,请参阅 Scale Out Worker

配置选项

可以按下列配置安装 Scale Out:

  • 在一台计算机上,其中 Scale Out Master 与 Scale Out Worker 在同一计算机上并排运行

  • 在多台计算机上,其中每个 Scale Out Worker 位于不同的计算机上

可执行的操作

设置 Scale Out 后,可执行以下操作:

后续步骤