The Db2 Load Utility

The Load utility also copies data from an external file of various file formats such as DEL, ASC, PC/IXF and CURSOR to a database. The following table lists the differences between the Import and the Load utilities.

Import Utility
Load Utility

The Import utility is slow when processing large amounts of data. This is because IMPORT command calls concurrent INSERT statements threads in the background, and it operates at row level.

The Load utility is significantly faster than the Import utility when processing large amounts of data. This is because LOAD command writes formatted pages directly into the database table space containers.

Tables and associated indexes can be created from IXF format files.

Get IBM Db2 11.1 Certification Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.