You can copy data randomly into partitioned tables when using multiple
bcp sessions.
Configure the table with as many partitions and
physical devices as you require for your system.
For more information, see the Performance and Tuning Guide.
Make sure Adaptive Server is configured with enough
locks to support multiple bcp sessions.
For information on configuring locks, see the System Administration
Guide.
Remove the indexes on the table and enable fast or fast-logged bcp.
Note: If you use slow bcp,
performance may improve significantly after you remove the indexes.
Divide the bcp input
file into as many files of equal size as the number of planned simultaneous bcp sessions.
You also can use the -Ffirst_row and -Llast_row options to specify the start and end of each
“input file.”
Execute the bcp sessions
with separate files in parallel on the local Adaptive Server machine.
For example, on UNIX platforms, execute different sessions
in different shell windows or start individual bcp sessions in the background.