Adam Debreceni created MINIFICPP-1548:
-----------------------------------------
Summary: Investigate merging the three rocksdb repos
Key: MINIFICPP-1548
URL: https://issues.apache.org/jira/browse/MINIFICPP-1548
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Adam Debreceni
Currently we use three separate rocksdb databases: one for the
FlowFileRepository one for the ContentRepository and one for the
KeyValueStoreService. There is ad-hoc syncing between some of them (FFRepo and
ContentRepo) which a single rocksdb instance could provide out of the box. We
should investigate if utilizing a single database backend and separate column
families for these three, would be viable without large-scale refactors.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)