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. MySQL Loader can provide better performance than INSERT, and is well suited to loading files when conditions such as detailed error handling and broader support for input file format are required. The Hyperstage Loader is the fastest load method, but supports less load syntax.


Top of page

x
WebFOCUS Hyperstage Loader

The advantages and disadvantages of using the Hyperstage Loader are:

Note: The Hyperstage Loader can only be used to import or export data to or from Hyperstage tables.


Top of page

x
MySQL Loader

The advantages and disadvantages of using the MySQL Loader are:


Top of page

x
INSERT

The advantage and disadvantages of using INSERT are:

If you are using an ETL tool, then using the Hyperstage Loader with the binary format would be most efficient although this approach may require more data preparation. We recommend for large fact tables, the Hyperstage Loader should be used with either binary or text input. For smaller tables or dimension tables, the MySQL Loader can be used successfully.

You can load data into Hyperstage tables using the standard MySQL loading command and export data using the standard MySQL export command. You must set several parameters before importing or exporting data.


WebFOCUS