To ensure that loading takes place with maximum performance, consider the following aspects:
▪Connect locally if possible; it is slower to load data over the network.
▪Increase the number of records committed in one batch. By default, commit is done after each record.
▪Disable transaction logging.
To disable logging, set the Logging.LogEnabled parameter to no.
After the loading has been completed, remember to enable logging again (Logging.LogEnabled=yes). Running the server in production use with logging disabled is discouraged. If logs are not written, no recovery can be made if an error occurs due to, for example, power failure or disk error.