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

Adjusting String Column Length when uploading using HDFS

JonnyR
7 - Meteor

I am having issues loading data to Cloudera via ODBC connection. I found this forum post with what I believe to be the solution but as I do not understand why it is causing the slow write times I am having a hard time convincing our IT guys to change the settings to try the solution given. What is the reason that lowering the string column length from 32727 to 255 improves performance?

 

It is my understanding that this number is the max character length rather than just the character length. 

 

Thanks for your help

1 REPLY 1
Jim7
8 - Asteroid

The longer your maximum string length, the more memory the system has to allocate to process the data stream.  For that reason, it's always a good idea to use the minimum string length necessary to capture your longest string. That's a good rule of thumb when defining all of your fields in Alteryx as well :)

Labels
Top Solution Authors