Gábor Gyimesi created MINIFICPP-2849:
----------------------------------------
Summary: Create new content database content repository using LMDB
Key: MINIFICPP-2849
URL: https://issues.apache.org/jira/browse/MINIFICPP-2849
Project: Apache NiFi MiNiFi C++
Issue Type: New Feature
Reporter: Gábor Gyimesi
Assignee: Gábor Gyimesi
Fix For: 1.0.0
Implement a alternative key-value database content repository to RocksDB using
LMDB (Lightning Memory-Mapped Database). The default RocksDB content repository
may not be optimal for all deployment scenarios, particularly on
resource-constrained edge devices. LMDB offers several properties that make it
a compelling alternative. LMDB has extremely fast reads due to being memory
mapped, it has a low footprint with much less memory usage than RocksDB, and no
background threads that could take from the performance.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)