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.

Alteryx output tool taking 1 hour to update ~80k records

agg2uk
5 - Atom

Hi I would appreciate some help with the following:

Alteryx is taking 1 hour to update ~80k records when updating a table with a primary key, using an oracle server connection.

The output tool settings are default, except the following: File Format = "oracle .oci"; Output Options = "Update: Error on Update Failure"; Append Field Map = "By Field Name".

There is no pre or post SQL. I am not getting any errors but the update takes an hour when the rest of the workflow takes seconds to run.

The Primary Key in my destination oracle table has a char 64 data type, which I can't map directly in Alteryx (its currently set as a "V_WString: Forced") - I don't know if this might be causing an issue?

2 REPLIES 2
aatalai
15 - Aurora

@agg2uk have you thought about possibly trying the in db tools and using the bulk uploader? That might help speed things up

jrlindem
11 - Bolide

Hey there, I’ve experienced similar, but It’s been a while.

 

Things to consider:

 

  • Computer memory (RAM).  Depending on the demand of your workflow and how many records you’re processing this can be a big determiner.  Alteryx can be resource hungry.
  • As far as hard drive space, make sure you have enough to handle the cache’ing that your workflow may require as it’s packaging portions of data to transfer.
  • Close Alteryx designer down completely before running this workflow to ensure all the temporary data that Alteryx stores during sessions is cleared out.  You may even need to go to your /temp location and manually clear this out every now and again.

 

Also, I’ve found some articles that might help with other areas:

 

Hard to tell exactly what might be causing your issues, but these are areas worth exploring.  If all that fails to resolve, open a service ticket so that one of the support team can review your log files and maybe they can see what’s going on or where it’s hanging up.

 

Hope that helps,  -Jay

 

Labels
Top Solution Authors