SQL/MX 3.1 Installation and Management Guide (H06.23+, J06.12+)
Reorganizing SQL/MX Tables and Maintaining Data
HP NonStop SQL/MX Release 3.1 Installation and Management Guide—663852-001
10-32
Support for restarting import
Run multiple instances of the import command—one for each partition in the
destination table—to load data into a partitioned table by using a separate input file
for each partition. Each of the input files contains the data for each partition.
For example, you might specify the three
import commands for the partitioned
EMPLOYEE table as:
/usr/bin:import corpcat.persnl.employee -I empfile1 -T 500
/usr/bin:import corpcat.persnl.employee -I empfile2 -T 500
/usr/bin:import corpcat.persnl.employee -I empfile3 -T 500
Support for restarting import
For more information on this topic, see HP NonStop SQL/MX Reference Manual.










