Autoloader is a tool for splitting and loading data in an MPP environment. This utility can:
Autoloader can run in one of four modes:
Note: | This utility does not split LOBs. |
Authorization
sysadm
Required Connection
None. This command establishes a database connection.
Command Syntax
>>-db2autold---+-----+--+-----+--+-----+--+-----+---------------> +--h--+ +--d--+ +--D--+ +--i--+ >--+------------------+---------------------------------------->< +--c--config_file--+ |
Command Parameters
Usage Notes
Autoloader creates a log file called autoload.logfile. This file contains messages from the main autoloader script, and should be checked to ensure that all pipes and temporary directories have been set up correctly. The utility also creates a file called load_log.xxx. This file contains messages from the load process on node xx. The utility also creates a file called splt_log.xxx. This file contains messages from the split process on node xx.
If the order of input data is to be maintained during a load operation, only one node should be used for splitting the data. Parallel splitting does not guarantee that the data will be loaded in the order that it was received.
If LOBs are stored in separate files (that is, the LOAD LOBSINFILE file type modifier is being used), all directories containing the LOB files should be made accessible to all the nodes involved in the load operation.
Autoloader ignores the LOAD messages parameter, and directs all messages from the LOAD command into load_log.xxx.
If the STATISTICS YES option is specified with the LOAD command, Autoloader chooses only one output node on which to collect statistics.
For more information about db2autold, see the Administration Guide.
See Also
db2split - Data Declustering Tool