- Posts: 46
- Thank you received: 2
Data Warehousing and Data integration
Performance Optimization Options
5 months 4 weeks ago - 5 months 4 weeks ago #22638
by Mark
Performance Optimization Options was created by Mark
Hi All,
I am running an initial load for a sales header table – it is just under 8 million records. It has taken now 1 hour and 15 minutes to load 1,5 million records.
What options do I have to tweak performance?
The sales detail table has just under 20 million records, so at this rate, I will need a whole day to run the load.
This moved extremely faster when I am loading the data from a local copy of the database that was shared with me. Now I have connected to the live environment and the performance isn’t looking good – although to note, I am connected from my office, so not on the client’s network – using a public/remote IP.
I am using the 32-bit version of the software.
Any suggestions?
Mark
I am running an initial load for a sales header table – it is just under 8 million records. It has taken now 1 hour and 15 minutes to load 1,5 million records.
What options do I have to tweak performance?
The sales detail table has just under 20 million records, so at this rate, I will need a whole day to run the load.
This moved extremely faster when I am loading the data from a local copy of the database that was shared with me. Now I have connected to the live environment and the performance isn’t looking good – although to note, I am connected from my office, so not on the client’s network – using a public/remote IP.
I am using the 32-bit version of the software.
Any suggestions?
Mark
Last edit: 5 months 4 weeks ago by Mark.
Please Log in or Create an account to join the conversation.
- Peter.Jonson
-
- Offline
- Platinum Member
-
5 months 4 weeks ago #22639
by Peter.Jonson
Peter Jonson
ETL Developer
Replied by Peter.Jonson on topic Performance Optimization Options
Can you tell us about the data source and target?
Peter Jonson
ETL Developer
Please Log in or Create an account to join the conversation.
5 months 4 weeks ago - 5 months 4 weeks ago #22640
by Mark
Replied by Mark on topic Performance Optimization Options
I am loading data from Interbase into MS SQL Server database.
About 350 records per second.
About 350 records per second.
Last edit: 5 months 4 weeks ago by Mark.
Please Log in or Create an account to join the conversation.
5 months 4 weeks ago - 5 months 4 weeks ago #22641
by admin
Mike
ETL Architect
Replied by admin on topic Performance Optimization Options
Good Evening
I think most likely the issue is a network.
350 records per second is very low usually it is 10k+.
Basically, the software is pulling the data over the public network and inserts it using the public network as well.
I assume that you are inserting the data and not updating it,
I think most likely the issue is a network.
350 records per second is very low usually it is 10k+.
Basically, the software is pulling the data over the public network and inserts it using the public network as well.
I assume that you are inserting the data and not updating it,
Mike
ETL Architect
Last edit: 5 months 4 weeks ago by admin.
Please Log in or Create an account to join the conversation.
5 months 4 weeks ago #22642
by Mark
Replied by Mark on topic Performance Optimization Options
Hi Mike,
Yes, I am running an insert (into an empty table).
Okay, let me go to the client site and test performance there with the 18 million records – will give you feedback.
Kind Regards,
Mark
Yes, I am running an insert (into an empty table).
Okay, let me go to the client site and test performance there with the 18 million records – will give you feedback.
Kind Regards,
Mark
Please Log in or Create an account to join the conversation.
5 months 3 weeks ago - 5 months 3 weeks ago #22651
by Mark
Replied by Mark on topic Performance Optimization Options
Hi Mike,
Confirmed – network/location. We did 18,5 million in just over an hour (at the client site)
Mark
Confirmed – network/location. We did 18,5 million in just over an hour (at the client site)
Mark
Last edit: 5 months 3 weeks ago by Mark.
Please Log in or Create an account to join the conversation.