tMysqlOutputBulkExec
Executes the Insert action in the specified MySQL or Aurora database.
As a dedicated component, tMysqlBulkExec improves performance when performing Insert operations to a MySQL or Aurora database.
The tMysqlOutputBulk and tMysqlBulkExec components are used together in a two step process. In the first step, an output file is generated. In the second step, this file is used in the INSERT statement used to feed a database. These two steps are fused together in the tMysqlOutputBulkExec component.