Adam Debreceni created MINIFICPP-2427:
-----------------------------------------
Summary: Create new flowfile content instead of providing a view
into a shared resource
Key: MINIFICPP-2427
URL: https://issues.apache.org/jira/browse/MINIFICPP-2427
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Adam Debreceni
Assignee: Adam Debreceni
Currently each flowfile implements a view into a possibly shared resource. When
this resource is large this could result in a performance bottleneck since each
rocksdb read must read the whole resource even if the view is only a few bytes.
We should create brand new resources.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)