Hi, I have been loading a 500,000 recordset Table in DB2 using (LOAD...REPLACE INTO). It took me about 30 seconds on our robust server.

So, When using (LOAD...INSERT INTO) it will take the same 30 seconds for the first load (loading into an empty table).

When Loading again (Loading into a table filled with 500,000 recordssets) it took so long time that I just gave up after 30 minutes. The Manage Utility of DB2 Control...