SPD Server separates
the table append operation into steps that can be performed in parallel.
The level of parallelism depends on the number of indexes in the table.
The more indexes you have, the greater the potential of exploiting
parallelism during the append.
Tip: You can save time by creating an empty table in SPD Server, define
your indexes on it, and then appending the data, as opposed to loading
the table, and then creating the indexes. It is faster to create indexes
on an empty table.