You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adam Debreceni (Jira)" <ji...@apache.org> on 2021/03/08 14:03:00 UTC

[jira] [Created] (MINIFICPP-1525) Add swapping to Connection queues

Adam Debreceni created MINIFICPP-1525:
-----------------------------------------

             Summary: Add swapping to Connection queues
                 Key: MINIFICPP-1525
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1525
             Project: Apache NiFi MiNiFi C++
          Issue Type: New Feature
            Reporter: Adam Debreceni
            Assignee: Adam Debreceni


Currently the maximum number of flow files a connection can hold is limited by the available RAM on the system. As the flow files are already persisted to disk in the FlowFileRepository, we should not store them in memory, if we know that they won't be used in the near future, but we should lazy-load them on demand.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)