[
https://issues.apache.org/jira/browse/MINIFICPP-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dániel Bakai resolved MINIFICPP-1062.
-------------------------------------
Resolution: Fixed
> Improve FlowFile repository performance by leveraging batching
> --------------------------------------------------------------
>
> Key: MINIFICPP-1062
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1062
> Project: Apache NiFi MiNiFi C++
> Issue Type: Improvement
> Affects Versions: 0.6.0
> Reporter: Arpad Boda
> Assignee: Arpad Boda
> Priority: Critical
> Fix For: 0.7.0
>
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
> The current ProcessSession mechanism handles every record in a single
> transaction fashion even if there is a batch of records being updated. Since
> the underlying mechanism is Rocksdb and it supports batching into a single
> transaction we should leverage that. This will drive baseline performance on
> modest hardware up significantly.
> Right now under default settings we see 100FF/s on a modest notebook and we
> can do much better.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)