Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

QVD creation Optimized ?

Dear All,

I  am  fetching  data from sql  with select  Col1,col2,col3  from Tab ; 

Question : Now for optimized qvd  load  can I load all data from sql with all transformations and save into QVD.

And QVD can be use as a optimized load  while loading application.



Thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
1 Solution

Accepted Solutions
tresesco
MVP
MVP

If a load is optimized or not that comes into play during your qvds load. It doesn't matter how you created them; what calculation they had. If you load the qvds directly with no transformation (actually few basic operations are considered to be permitted in optimized load. Check : https://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/) your load is optimized.

View solution in original post

5 Replies
tresesco
MVP
MVP

Yes you can. Where exactly do you have the doubt?

vikasmahajan
Author

Thanks tresesco ,

Suppose i have following code

Fact_Agg_Hist:

SQL SELECT

  Reporting_Dt,

  Event_Dt,

  ..

Load

  Date(Reporting_Dt) as Reporting_Dt,

  Date(Event_Dt) as Event_Dt,

If( field1=1,0,1) as New Field ;



Store  Fact_Agg_Hist  into Fact_Agg_Hist.qvd (qvd) ;


And when i load this qvd then this will be optimized ?


Vikas


Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
tresesco
MVP
MVP

If a load is optimized or not that comes into play during your qvds load. It doesn't matter how you created them; what calculation they had. If you load the qvds directly with no transformation (actually few basic operations are considered to be permitted in optimized load. Check : https://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/) your load is optimized.

vikasmahajan
Author

Thanks Make clear

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Anonymous
Not applicable

Hi Vikas,

Yes, you are loading optimized qvd load.

Suppose, when you perform transformations and new field derivations while loading qvd file then it will be unoptimized qvd load.

Please mark question as answered if it is appropriate.