[
https://issues.apache.org/jira/browse/NIFI-5130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16464423#comment-16464423
]
ASF subversion and git services commented on NIFI-5130:
-------------------------------------------------------
Commit ed30bb9b7872840b3b5348766c0e68b69617abd8 in nifi's branch
refs/heads/master from [~michal_misiewicz]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=ed30bb9 ]
NIFI-5130 ExecuteInfluxDBQuery processor chunking support
This closes #2666
Signed-off-by: Mike Thomsen <[email protected]>
> ExecuteInfluxDBQuery processor chunking support
> -----------------------------------------------
>
> Key: NIFI-5130
> URL: https://issues.apache.org/jira/browse/NIFI-5130
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Michał Misiewicz
> Priority: Minor
>
> Many production InfluxDB installation has limited number of rows returned in
> a single query (by default 10k). In case of huge collections, 10k rows can
> correspond to less than 1 minute of events, which make usage of
> ExecuteInfluxDBQuery processor inconvenient. I suggest adding support for
> chunking queries. Chunking can be used to return results in a stream of
> smaller batches (each has a partial results up to a chunk size) rather than
> as a single response. Chunking query can return an unlimited number of rows.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)