Hi
@Kelly,
From my limited research it seems there are a few options for speeding up inserts with Teradata. The first I've seen discussed is making use of two different tables, assuming your target table already has data in it. In this case you would load your new records to a completely empty table and then perform a merge of that table into the actual target table. This can, reportedly, cut down on the overall time to insert.
Another option is to make use of some of the command-line tools Teradata supports like BTEQ or TPT. As I understand it, either of these tools could be used to handle bulk imports to Teradata from say a CSV or TXT file.
Cheers,