[
https://issues.apache.org/jira/browse/NIFI-3236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769213#comment-15769213
]
ASF subversion and git services commented on NIFI-3236:
-------------------------------------------------------
Commit 44c9ea0a660b5d3ee9551307a6b83249f4e8491c in nifi's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=44c9ea0 ]
NIFI-3236 - SplitJson performance improvements
This closes #1347.
Signed-off-by: Koji Kawamura <[email protected]>
> SplitJson performance improvements
> ----------------------------------
>
> Key: NIFI-3236
> URL: https://issues.apache.org/jira/browse/NIFI-3236
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Bryan Rosander
> Assignee: Bryan Rosander
> Priority: Minor
> Attachments: after.png, before.png
>
>
> SplitJson does a lot of work in every onTrigger() that it doesn't need to.
> This includes putting each attribute separately as well as looping over the
> output segments twice.
> It also fetches a property in onTrigger() that could be gotten in an
> @OnScheduled method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)