You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Rosander (JIRA)" <ji...@apache.org> on 2016/12/20 21:38:58 UTC

[jira] [Updated] (NIFI-3236) SplitJson performance improvements

     [ https://issues.apache.org/jira/browse/NIFI-3236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Rosander updated NIFI-3236:
---------------------------------
    Attachment: after.png
                before.png

> 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)