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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Slow store procedure

Hi all

I have a little issue. When I try to store our financial data on one of our servers (300 mio rows), is only takes a few minutes, but when i try to do the same on the other server, it takes 15 -20 minutes before it even starts to store the data into a qvd.

Any suggestions on how I can speed up this store procedure or what that could make this difference?

Store TABLE INTO financialdata.qvd;

Thank you for any help.

/Martin

1 Reply
biester
Specialist
Specialist

Only an idea: in one case only local data is envolved; in the second case data has to be moved over (maybe slow) network ...

Rgds,
Joachim