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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Script

what is optimized and non optimized in qlikview?

Labels (1)
2 Replies
amit_saini
Master III
Master III

Not applicable
Author

optimized:if u do all transformation while creating  qvd thats is optimized qvd

unoptimized:if u do all transformation while loading data from qvd to qvw hat is unoptimized qvd

t1:

load

a

b

c

d

from  sales table

where exist(a);      -  optimized qvd

t2:

load

a

b

c

d

a+b ads c

from  sales table;  - unoptimized qvd