Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAThis could be a lot of things:
Given the K-Centroid Cluster Analysis tool is successful run, I assume the issue is not on data type, though I would reroute the input for Append Cluster from Select rather than the data source.
Without seeing the tool itself, it's hard to know exactly what is the first thing that can be improved to deal with memory.
Given the issue is memory, for more of performance aspect, I would suggest first to standarise the data to reduce computation. As append encountered issue, likely to be the number of clustering is too high, when the tool is trying to append (join?), it may hit the issue like error for Append tool when more than 16 coming from right input.
Reposting my response under my new user ID.
Some thoughts below. I'll append the note in a text file so I have something attached to my response.
The solution I found was to have the upper connection to Append cluster tool to be coming from the select tool and not the input file. That way all the correct size, names, types, and appropriate columns for further analysis are pulled through that select tool.