[
https://issues.apache.org/jira/browse/NIFI-11461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann updated NIFI-11461:
------------------------------------
Fix Version/s: 1.latest
2.latest
Status: Patch Available (was: Open)
> 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
>
> Time Spent: 10m
> 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)