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

Optimized in QVW

Hello Community,

I'm new to qlikview what is meant by Optimized in qvw? and may i have knowledge on optimized and unoptimized QVD Load Situations?

Request to can anyone help me in this in detail.

Thanks&Regards,

Sattish

4 Replies
israrkhan
Specialist II
Specialist II

Kindly see these post, you will get fully idea

Optimized QVD

Re: What is optimized Qvd load

Hope it helps....

if not clear , Please ask...

sujeetsingh
Master III
Master III

Just go through this doc

Best Practices for Data Modelling

Not applicable
Author

Hi Sattish,

see with out transformations if u create a qvd is called  Optimized qvd ... and when u load data from optimized qvd called optimized load ...

There is a blog written by Steve Dark on this subject: this explains u very good way 

http://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/

jansen28
Contributor III
Contributor III

Optimized QVD: When you extract data from data sources and load that directly into QVD without using any filters then that is Optimized QVD.

Resident1:

Load column1, Cloumn2;

sql select * from Table1;

Un-Optimized QVD: Using filters while loading i.e transforming data from its original view.

Resident1:

Load column1, Cloumn2

Where column1 = 'A';

sql select * from Table1;