Home | Previous Page | Next Page   Writing Support Functions >

Performing Bulk Copies

The database server can copy data in and out of a database with a bulk copy operation. In a bulk copy, the database server sends large numbers of column values in a copy file, rather than copying each column value individually. For large amounts of data, bulk copying is far more efficient than moving values individually.

The following Informix utilities can perform bulk copies:

The database server can perform bulk copies on binary (internal) or character (external) representations of opaque-type data.

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