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

join or Mapping ?

Hi,

Suppose i want to join two tables each having 2 columns and a column common in each , what should i perform left join or mapping ?

which is better performance wise ,,my feeling is mapping would be better.

12 Replies
Not applicable
Author

sorry not left join but inner join

SunilChauhan
Champion
Champion

mapping is causing slow performance

i suggest you to use inner join

hope this helps

Sunil Chauhan
Not applicable
Author

I read in the manual that after mapping the columns, the mapping table gets deleted by itself. So isnt mapping table better then? also, can u tell me why mapping causes slow performance

vijay_iitkgp
Partner - Specialist
Partner - Specialist

Hi Vikram,

Join and Mapping are two different things. First you need to think what exactly you need in resulting table. If you want a new column then you require Join . but if you want to update existing column mapping will be needed. Both have their own importance.

Hope I have cleared ur doubts.

Regards

VIjay

Not applicable
Author

Hi Vijay,

Can you give me the example of update?that would be helpful as i am under impression that mapping table is only used add a column to the table like join.

SunilChauhan
Champion
Champion

A left join keeps the load optimized. All tested mapping methods BREAK the optimization. This matters. It turns out that a left join is the fastest option for a small number of mapping tables, at least for my sample data (5,000,000 rows, ID field, 10 other fields with values from 0 to 3).

its better to look at http://community.qlik.com/message/114731

hope this helps

Sunil Chauhan
vijay_iitkgp
Partner - Specialist
Partner - Specialist

You can see it in help tab in QlikView. If still doubt then I will create some example for you.

Regards

VIjay

vijay_iitkgp
Partner - Specialist
Partner - Specialist

Also Mapping table can have only 2 columns.

Not applicable
Author

No need dude thanks i got it my mistake ..