Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Slowness of Dynamic Input tool

Piyush_Narayan
5 - Atom

Hello All,

 

I have a workflow where I am passing two fields to a dynamic input using the option “Update Where Clause”

This output of the Dynamic Input is extremely slow.
What can we do to improve the performance?

 

Below is the configuration

 

Piyush_Narayan_0-1737616537644.png

 

 

Piyush_Narayan_1-1737616537650.png

 

Regards,
Piyush Narayan

 

 

1 REPLY 1
alexnajm
18 - Pollux
18 - Pollux

A couple things to consider:

  • How many records are passing into the Dynamic Input? That will be the amount of times a query is executed
    • Combine values to only do one query if needed
  • The connection type can influence the speed (ODBC vs OleDB) - check if different options are available
Labels
Top Solution Authors