yoshiata commented on PR #9707: URL: https://github.com/apache/nifi/pull/9707#issuecomment-2774629296
@exceptionfactory Thanks for replying! And sorry I didn’t give enough info about the performance. I left a comment on Jira issue with the performance comparison results. https://issues.apache.org/jira/browse/NIFI-14245?focusedCommentId=17940552&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17940552 I implemented caching by referencing FileUserGroupProvider class and FileAccessPolicyProvider class as follows: * On startup, retrieve all records and store them in the cache * On updates, write to the database first, then retrieve all records again to rebuild the cache -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
