Administration Guide
- Test with small amounts of data to get familiar with the tool before
loading huge amounts.
- If the input data is already sorted (or in some order) and you wish to
maintain that order during the load process, then use only one database
partition for splitting. Parallel splitting will not guarantee that the data
will be loaded in the same order as it was received.
- If LOBs are stored within separate files (that is, you are making use of
the LOBSINFILE feature), then all directories containing LOB files should be
made accessible to all the database partitions where loading is taking place.
- AutoLoader will ignore the MESSAGES parameter in a LOAD command, and it
will direct all messages from the LOAD command into the file load_log.XXX as
described in "Usage" above.
- AutoLoader will only choose one output database partition to collect
statistics. The option RUN_STAT_NODE in the AutoLoader configuration file is
provided for this purpose.
- Multiple invocations of AutoLoader may be used to load data simultaneously
into separate tables. However, make sure that:
- The tables reside on separate table spaces.
- All the AutoLoader's are invoked from separate directories.
- AutoLoader uses the datafile name to create some temporary pipes. Ensure
that the file name is unique for the multiple AutoLoader's.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
[ DB2 List of Books |
Search the DB2 Books ]