Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: jonathanmIs there anything special I need to think about when trying to use a Hash Split node, or any limitations as to their use?
I have two tables that I'm trying to join together with an inner join, one with 100,000 rows and the other with 77,000,000. I'm expecting a result set of around 5,000,000 rows give or take.
When I run the join the graph fails with a "too many open files" error and it's been suggested that I use the Hash Split node to generate smaller data sets and then cat the results together after.
Looking at the Training Session 14 example graph on this forum and playing around with some static data the Hash Split seems straight forward enough. However when I run the node I get the following error:
Error executing node: Process exited before ENDIO message received.
The table being split is an Invoice Detail file and I have the Invoice Number as the Split Field. I have defined a total of seven output nodes, is there anything else I need to do to split this file?
Thanks
Jonathan