Hello,
I am new to Alteryx. I would like to ask a very simple question...
I would like to know whether Alteryx has a limit on the number or size of data to be imported to Alteryx?
Thank you very much,
Never hit one myself - it is very smart about swapping to disk when it needs to.
(Some specific tools might have issues but the first party ones are very very good)
Largest data set I have tried is the entire land registry data set for UK and it had no problems what so ever.
To quote @Ned:
Wow... okay...
The whole land, I can predict that the size will be unpredictable for my brain.
And thanks for the quote regarding 1T data
Best regards,
Miz U
Hi,
What is the max size of data I can store in a field?
I read somehere that max size up to 8000 for Vchar & VW char. Which data type i can use if I want to store 32000 bytes as we concatenating some of the fields it may go up to 32K bytes.
thanks
Durai
Dear all,
We want to import a txt file with 12,000 records but Alteryx only displays 1,638 records. Memory limit reached.
Is there a solution for this?
Thanks and regards,
PW
There are no limits for no. of records. We process more than billion records on every day. I think you need have browse to view all the records which is getting processed on the workflow.
Can you give me some tips to load huge data (~10billions) of all columns/rows into target DB using impala odbc driver by considering there were not much tools in between input and output data tools.
Thanks in advance.