You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Mahesh Hanumant Bandal (Jira)" <ji...@apache.org> on 2020/10/06 15:19:00 UTC

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

Mahesh Hanumant Bandal created RANGER-3023:
----------------------------------------------

             Summary: 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


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.3.4#803005)