I'm using JSONToSQL, followed by PutSQL. I'm using Teradata, which supports a special JDBC mode called FastLoad, designed for a minimum of 100,000 rows of data per batch.
What I'm finding is that when PutSQL requests a new batch of FlowFiles from the queue, which has over 1 million rows in it, with a batch size of 1000000, it always returns a maximum of 10k. How can I get my obscenely sized batch request to return all the FlowFile's I'm asking for? Thanks, Peter
