Snowflake Data Cloud Connector > Additional runtime configurations > Configure bulk processing
  

Configure bulk processing

You can enable bulk processing to write large amounts of data to Snowflake. Bulk processing utilizes minimal number of API calls and the performance of the write operation is optimized. However, you can't enable bulk processing to mappings enabled with SQL ELT optimization.
To enable bulk processing, configure the property -DENABLE_WRITER_BULK_PROCESSING=true in the Secure Agent.
  1. 1Log in to Informatica® Intelligent Data Management Cloud (IDMC).
  2. 2Select Administrator > Runtime Environments.
  3. 3On the Runtime Environments page, select the Secure Agent machine that runs the mapping.
  4. 4Click Edit.
  5. 5In the System Configuration Details section, select Data Integration Server as the service and DTM as the type.
  6. 6Edit the JVM option, and set the value to -DENABLE_WRITER_BULK_PROCESSING=true.
  7. 7Click Save.
If you configure the -DENABLE_WRITER_BULK_PROCESSING=true property, you can't enable the staging property for the write operation.
For more information about the staging properties, see Optimize the staging performance of a mapping.