Skip to main content
Skip table of contents

DATA_TRANSFER_MODE

This option defines the data transfer mode and can be set to one of the following values:

ValueDescription
ITERATORInserts continuously the whole source and possibly uses [disk] buffers
BATCHInserts one batch at a time; default batch size is 512 rows
SINGLEInserts one row a time
STREAMBufferless data transfer

Default Behaviour

If not explicitly set to one of the values, DATA_TRANSFER_MODE is auto-selected based on the destination database translator capabilities. The auto select mode is the default mode and also can be set via the following command:

CODE
CALL SYSADMIN.setDefaultOptionValue('DATA_TRANSFER_MODE', '')

Usage Per Query

DATA_TRANSFER_MODE can also be used as a single-query option:

CODE
SELECT .... OPTION $DATA_TRANSFER_MODE STREAM
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.