[
https://issues.apache.org/jira/browse/NIFI-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018830#comment-18018830
]
ASF subversion and git services commented on NIFI-14245:
--------------------------------------------------------
Commit 2bbe593a65afe942c8b1fe61fa42f98c916053d7 in nifi's branch
refs/heads/main from Yoshiaki Takahashi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=2bbe593a65 ]
NIFI-14245 Added Caching to Database User and Policy Providers in Registry
(#9707)
Signed-off-by: David Handermann <[email protected]>
> Enable caching in DatabaseUserGroupProvider and DatabaseAccessPolicyProvider
> to improve performance
> ---------------------------------------------------------------------------------------------------
>
> Key: NIFI-14245
> URL: https://issues.apache.org/jira/browse/NIFI-14245
> Project: Apache NiFi
> Issue Type: Improvement
> Components: NiFi Registry
> Reporter: Yoshiaki Takahashi
> Assignee: Yoshiaki Takahashi
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> When DatabaseUserGroupProvider and DatabaseAccessPolicyProvider are applied
> in NiFi Registry, the Web UI's user list display slows down as the number of
> users increases.
> This is because the current implementation runs more SQL queries in
> proportion to the number of users.
> By adding a cache mechanism to eliminate unnecessary SQL executions, we can
> speed up the user list display.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)