Alteryx Designer Desktop Discussions

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

Oracle sql query in input tool painfully slow

nicolasplas
5 - Atom

I have a query that i want to use in my input tool that i built in oracle sql developper. There it takes 240 seconds to run. When i put that query in the input tool and try to read it from my db it takes wayy longer. Is there a way to speed this up? I can include the sql query if necessary. It is pretty long and complex and has all kind of connect by statements

2 REPLIES 2
afv2688
16 - Nebula
16 - Nebula

Hello @nicolasplas ,

 

How are you connecting to your DB? Oci or ODBC?

 

There are some known isses with CLOB. Do you have such data types on your query?

 

Regards

nicolasplas
5 - Atom

with oci, and i dont think i have clob datatype in there

Labels