Guest_imported
New member
- Jan 1, 1970
- 0
Each month I end up removing, inserting, comparing, and updating new data for about 90% of the records in a 1.5 million record partitioned table (basically remove most of the corresponding old records and replace with new records). Using SQLoader & stored procedures, it is done in batches throughout the month, no greater than 250k at a time. The approx load time for 250k records is 2hrs with moderate impact on users (24/7 shop & stored procedure SQL is optimized). Just found out we added a new client that has 2 million records that will also need to be removing, inserted, compared, etc. every month. Doing the math for 2 million records makes my head hurt!
Any other options out there that will reduce the impact of loading 2 millions record a month?
Any other options for bulk loading besides SQLLoader?
Anyone have experience using the EXCHANGE option for partitioned tables?
Thanks in advance & have a happy new year!
Any other options out there that will reduce the impact of loading 2 millions record a month?
Any other options for bulk loading besides SQLLoader?
Anyone have experience using the EXCHANGE option for partitioned tables?
Thanks in advance & have a happy new year!