[
https://issues.apache.org/jira/browse/NIFI-11461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Gilman updated NIFI-11461:
-------------------------------
Fix Version/s: 1.22.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Improve Tenant User and Group Search Performance
> ------------------------------------------------
>
> Key: NIFI-11461
> URL: https://issues.apache.org/jira/browse/NIFI-11461
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Fix For: 1.latest, 2.latest, 1.22.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The REST Resource supporting User and Group search is not efficient for large
> numbers of users and groups.
> The current implementation reads all users and all groups from the configured
> User Group Provider and also populates Entity objects with additional
> membership information prior to filtering the results. This can lead to poor
> runtime performance when the configured User Group Provider returns large
> numbers of results.
> Moving the filtering to a level lower than the REST Tenants Resource will
> enable filtering prior to Entity object population, improving the performance
> of search operations.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)