Hey Guys,
I created a data model from loading a couple of QVD files, joining or concatenating, creating the fact and dimensions to reach to a star schema.
now that everything is ready, I realized that it takes 20 minutes to create the model.
Some of our QVD files are updated every 4 hours and some of them are updated every 15 minutes.
To capture the QVD changes in the data model, I guess I need to refresh the data every 15 minutes. This means the app will be reloading all the time.
Is there any way to only refresh the data model based on the 15-minute qvds and not all the other qvds?
Many thanks
Hi,
You should use the binary load option.
You can create one application (QVW) file, which will have the data model created with the QVDs which gets refreshed in 4 hours and then take that as a binary load, and create a data model with the QVDs which gets refreshed in 15 min.
This way you can save the reload time.
Regards,
Kaushik Solanki
Hi,
You should use the binary load option.
You can create one application (QVW) file, which will have the data model created with the QVDs which gets refreshed in 4 hours and then take that as a binary load, and create a data model with the QVDs which gets refreshed in 15 min.
This way you can save the reload time.
Regards,
Kaushik Solanki
Wow,
Thanks Kaushik
That's an awesome idea, I am gonna definitely try that.
One more thing, Is it possible to do me a favor and check my script at below link and let me know what you think?