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

Qlikview 11 for developers - optimizing loading from QVD

Page 269 -

The  Exists() function takes two parameters:

WHERE Exists([%Aircraft Type ID], AC_TYPEID);

Where Exists([%Aircraft Type ID]);

Depending on how the field names from the input table are defined, we should use the appropriate syntax from the two presented above. The main advantage of the second scenario (one-parameter syntax) is that, when loading from a QVD, it will still perform as an optimized load, while the first scenario will not.

What does this mean - an optimized load ? How id scenario 2 better ?



2 Replies
ngulliver
Partner - Specialist III
Partner - Specialist III

Hi, John.

Optimizing means that your app is fully utilizing the QlikView compression algorithm used for efficiently storing data in-memory. When you reload the app you will see 'optimized' appear against the files that it is reading in. Consequently, storing and extracting optimized data can be much , much faster than non-optimized data.

To summarize - the more optimized your app is, the faster it will process data.

Regards,

Neil