You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Ramesh Mani (Jira)" <ji...@apache.org> on 2022/04/16 05:25:00 UTC

[jira] [Updated] (RANGER-3023) Permission tab takes longer time to load with large number of users and group_users data

     [ https://issues.apache.org/jira/browse/RANGER-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Mani updated RANGER-3023:
--------------------------------
    Fix Version/s: 2.3.0

> Permission tab takes longer time to load with large number of users and group_users data
> ----------------------------------------------------------------------------------------
>
>                 Key: RANGER-3023
>                 URL: https://issues.apache.org/jira/browse/RANGER-3023
>             Project: Ranger
>          Issue Type: Improvement
>          Components: Ranger
>    Affects Versions: 2.2.0
>            Reporter: Mahesh Hanumant Bandal
>            Assignee: Mahesh Hanumant Bandal
>            Priority: Major
>             Fix For: 3.0.0, 2.3.0
>
>
> GET APIĀ /service/xusers/permission takes longer time to load with following number of users and group mappings in db.
> {code:java}
> select count(*) from x_user;
> 50052
> select count(*) from x_group_users;
> 500056
> {code}
> Need to have performance optimization on this.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)