Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I have 40 GB of data it taking more than 10 hours to load....can you pl help me by sharing some tips to optimize the performance

I have 40 GB of data it taking more than 10 hours to load....can you pl help me by sharing some tips to optimize the performance

9 Replies
Not applicable
Author

1)drop temp tables

2)try to avoid joins

3)make sure no syn keys and circular reference

4)if possible reduce no of tables in data model

5)using mapping load in possible cases

6)write conditions in script level

morgankejerhag
Partner - Creator III
Partner - Creator III

Hi,

Optimization is complex and depends much on data of the specific case. Is it a single load statement that takes so long time? Is there a lot of logic (transformations) being applied when reading?

The single thing that will probably save most time is if you can use any form of delta loads. This means that make an initial load and dump the data to a qvd. At next reload you only extract the new/changed lines from the source and append/update the qvd.

If you share the load script it is easier to give tips.

Not applicable
Author

Thank you both

agomes1971
Specialist II
Specialist II

Hi,

try to set up a store procedure in the database and run it to upload to several qvd's through incremental loads.

Ensure that the tables in the database have indexes to a fast loading.

Take a look at this...

Regards

André Gomes

ashfaq_haseeb
Champion III
Champion III

Hi,

Go through the attached documents

Regards

ASHFAQ

Not applicable
Author

To improve and update distribution performances to users make care you have installed MS KB2600217.

arulsettu
Master III
Master III

what connectivity do you use?

Not applicable
Author

Have a look of this document too:  http://community.qlik.com/message/435899#435899

ngulliver
Partner - Specialist III
Partner - Specialist III

In addition to other recommendations, have you converted all your input files into QVD's first?

Regards,

Neil