We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

In-DB Connections VS Regular Connections

abacon
12 - Quasar

Hello all,

 

I am looking into the In-DB connections and if it is worth setting up. What are the pros and cons of getting them setup and is it worth doing when we have an Azure SQL Database?

 

Thank you,

bacon

3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

In theory it's supposed to reduce processing time by creating queries against the database rather than bringing all data to your machine and processing locally. Many In-DB workflows reduce the time of workflow runs :) I like this little FAQ about them: FAQ: How Do the In-Database tools Work?

 

I think it's worth trying and comparing against your standard Alteryx tools. Here's a bit more on them as well: In-Database Overview

abacon
12 - Quasar

@alexnajm Love it, thank you!

alexnajm
18 - Pollux
18 - Pollux

Small tip as well - if you have a current workflow already leveraging your Azure SQL connection, try building the exact same query with the In-DB tools. A lot of the tools can be "translated" one to one, and those that don't have that equivalency can be streamed out for standard processing (i.e. for spatial, reporting, etc.)!

Labels
Top Solution Authors