Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
soniasweety
Master
Master

Load distinct

Hi all,

if do load distinct in script  will it effect to qvw performance ?

load Distinct

product,

orders,

sales,

......

from   .... qvd;

thanks

Sony

1 Solution

Accepted Solutions
balabhaskarqlik

Yes, Definitely, it'll improve performance.

Join and concatenate, outputs most of the records from data source.

It'll remove Duplicate records from input as well as Output. Records count is less.

So, when using Distinct, should have a temp table.,

Refer this:

http://www.qlikfix.com/2013/07/30/distinct-can-be-deceiving/

View solution in original post

2 Replies
balabhaskarqlik

Yes, Definitely, it'll improve performance.

Join and concatenate, outputs most of the records from data source.

It'll remove Duplicate records from input as well as Output. Records count is less.

So, when using Distinct, should have a temp table.,

Refer this:

http://www.qlikfix.com/2013/07/30/distinct-can-be-deceiving/

arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Sony,

If your table has duplicate records then only it helps. or else it takes time same as previous one.

Thanks,

Arvind Patil