Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Joining small table to large table

mcmb
6 - Meteoroid

Hi All

 

I've been trying to figure out a way when joining different tables:

Table 1: contains 2000 records

Table 2: contains 1mil records

 

Only want Table 2 to search for the records that are in Table 1 even before joining them, is this possible?  Otherwise it takes a very long time to run as Table 2 returns all records including the ones that are not in Table 1 when I join the tables. I have tried Dynamic Input but there can be a lot of ids involved.

 

Thanks in advance.

3 REPLIES 3
Inactive User
Not applicable

If performance is an issue you can try the following:

 

A) Joining on a numerical set of fields only.

B) Find & Replace (Append the new information from Table 1), then filter out nulls for those appended fields.

C) Use In-DB tools to do the joins before putting the data into memory.

 

mcmb
6 - Meteoroid

Thank you

Cpach
5 - Atom

Hi Ryan, I'm new to Alteryx and have this same issue...only my large table is over 1B records.  Can you expand on B & C?  I haven't used in-DB tools because I don't really understand the concept.

 

Thank you!

Labels
Top Solution Authors