IBM Books

Data Movement Utilities Guide and Reference


Load Overview

The load utility is capable of efficiently moving large quantities of data into newly created tables, or into tables that already contain data. The utility can handle all data types, including large objects (LOBs) and user-defined types (UDTs). The load utility is faster than the import utility, because it writes formatted pages directly into the database, while the import utility performs SQL INSERTs. The load utility does not fire triggers, and does not perform referential or table constraints checking (other than validating the uniqueness of the indexes). The data being loaded must be local to the server (unlike import and export, which support the passing of data from the client). For a detailed comparison of the load and the import utilities, see Appendix B. Differences Between the Import and the Load Utility.

The load process consists of three distinct phases (see Figure 1):

The following information is required when loading data:

You can also specify:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]