Chapter 6. Load with DB2 Distributed 95
nonrecoverable Load to a table, it will place that table in a drop pending state, so that
after the roll forward completes, the only operation allowed to that table will be to drop
it.
6.2 AutoLoader utility
If the target table resides in a partitioned database, each row of data needs to be partitioned
to the correct partition before being loaded. Starting with DB2 UDB V7, the AutoLoader
executable db2atld is used to load data into a table in a partitioned database environment. It
can be used in one of the following modes:
SPLIT_AND_LOAD
Data is partitioned (perhaps in parallel) and loaded simultaneously on the corresponding
database partitions.
SPLIT_ONLY
Data is partitioned (perhaps in parallel) and the ...