Executing in multi-thread

You can execute data processing by using multi-thread. Data processing by using multi-thread uses necessary system resources efficiently for data processing, and enables faster data processing than data processing by using single-thread.

If you want to execute data processing by using multi-thread, specify it in the system environment settings file (huledenv.conf). You can also specify whether to execute in multi-thread for each data processing information by using the options in the Data Processing Settings screen.

= Remarks =
  • If data processing is executed with multi-thread, CPU (especially multi-core) resources and memory use will increase.

  • Step and test execution of data processing always executes data processing by using single-thread.

Note

The processing cannot always speed up depending on the settings of data processing. The system performance might be degraded if any system other than DataMagic, such as a database, runs in parallel on the same server. When setting operation in multi-thread, make sure that you check overall system performance before use.