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: 
mohanraj94
Contributor III
Contributor III

Loading the data into published dashboard using Reload task in QMC - Qliksense

Hi All,

I have published the dashboard with the meta data and using the reload task in QMC to reload the data into published dashboard.

But the task got failed after it ran for 6 to 7 hrs due to the data size approx. 80GB(900 Million rows). Is there any way that we can reload the data one by one(One table at a time) or loading only particular table at a time.

While developing the app I have reloaded the table one by one and Concatenated it.

Can someone please help me with the next steps or with the suggestions.

Labels (5)
2 Replies
Or
MVP
MVP

I'm not sure splitting the load would help - eventually you're going to need all the data in one place, so it'll still be too big and crash, won't it? In any case, yes, you can split the loads into multiple apps, save the result to a QVD, and then use a master app to read the QVDs if that helps.

Generally, This sounds like a situation where instead of loading all of the data into one app, you might want to use ODAG, though.

mohanraj94
Contributor III
Contributor III
Author

Thanks for your response. I will try the above method to load the data.