A G created NIFI-15328:
--------------------------
Summary: BatchSize for PutSQL Processor
Key: NIFI-15328
URL: https://issues.apache.org/jira/browse/NIFI-15328
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 2.7.0
Reporter: A G
A maximum of 10,000 messages are processed in a single batch transaction for a
task in the PutSQL Processor. Even if the number is increased beyond 10,000,
the batch size remains limited to 10,000.
INSERT INTO
#\{db}.#\{schema}.#\{table} (MESSAGE)
VALUES (?)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)