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!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Difference between InputData vs In-DB

michellekim
6 - Meteoroid

Hi all

 

I was wondering when do we use the Input Data > Quick Connect > SQL server and when do we use the In-Database ..

What are the differences? and what's the benefit of using the In-Database as opposed to the quick connect?

 

Have a good day!

2 REPLIES 2
cmcclellan
14 - Magnetar

Input Data tool - Alteryx reads all the records in to memory and then processes

inDB tools - Alteryx creates temp tables inside the database.

 

If you have the choice use inDB because they are much faster when you're talking about large quantities of data.  The tradeoff is that you can't "see" the data (an inDB Browse is completely different to a normal Browse) and not everything can be done inDB.

michellekim
6 - Meteoroid

Great thanks for the explanation 🙂 

Labels
Top Solution Authors