About Importing and Exporting Data

In this section:

Hyperstage provides three ways to import data:

INSERT is described in Data Manipulation Statements and is the slowest load approach. The DLP is the fastest load method but supports less load syntax.


Top of page

x
Distributed Load Processor (DLP)

Top of page

x
INSERT

If you are using an ETL tool, using the DLP or COPY TO method with the binary format is most efficient, although this approach may require more data preparation. For large fact tables, using the DLP or COPY TO method with either binary or text input is recommended.


Top of page

x
COPY FROM

WebFOCUS