Portions of the insert/load will be single threaded.
Item |
Value |
|---|---|
SQLCode |
1000258 |
Constant |
EMSG_CLBK_INSERT_SINGLE_THREADED1 |
SQLState |
QDC58 |
ODBC State |
OK |
This message can occur for any of these reasons:
Memory for the load has been constrained by the LOAD_MEMORY_MB option
A variable-length load was executed without row delimiters (even if column delimiters were specified)
A partial-width, variable-length load was executed
The LOAD will proceed. To avoid a single-threaded LOAD, ensure that enough memory is available by setting LOAD_MEMORY_MB to its default value, 0.
Fixed-width and full-width, row-delimited loads (with non-zero size and limit) will run fully multithreaded provided enough resources are available.