Adam Debreceni created MINIFICPP-1340:
-----------------------------------------
Summary: Speed up content persistence using a rocksdb backend
Key: MINIFICPP-1340
URL: https://issues.apache.org/jira/browse/MINIFICPP-1340
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Adam Debreceni
Currently all content read/write entails an IO penalty (using
FileSystemContentRepository). We should use the rocksdb backed
DatabaseContentRepository and batch the operations to be committed in
ProcessSession::commit
--
This message was sent by Atlassian Jira
(v8.3.4#803005)