Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to make this load more quickly

Hi All,

I have one big qvd about 1GB size.

And I use load script to extract data from that qvd.

However,  when I use the where clause to filter the records to get what I want, the whole process takes some much time.

How can I speed up that process like adding the index in the SQL table?

Thanks.

2 Replies
Not applicable
Author

Hi Issac,

You can try to remove first unneccessary fields.

Also avoid a combinations of functions in one line,

      for ex: MonthStart((MakeDate(left(), Mid(), Right())) as Month

Because this will take time unlike doing it one at a time.

Regards

Nadsky

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi there - I have responded to this over on this thread:

http://community.qlik.com/message/333556

- Steve