Mahesh Hanumant Bandal created RANGER-3027:
----------------------------------------------

             Summary: Improve response time for GET API service/xusers/users
                 Key: RANGER-3027
                 URL: https://issues.apache.org/jira/browse/RANGER-3027
             Project: Ranger
          Issue Type: Improvement
          Components: Ranger
    Affects Versions: 2.2.0
            Reporter: Mahesh Hanumant Bandal


When there are large number of users and group_users data in database; GET API 
service/xusers/users takes longer time to respond if we set request parameter 
pageSize=1000  or more.

However, with default value pageSize=25 response received instantaneously.
{code:java}
select count(*) from x_user;
50052

select count(*) from x_group_users;
500056
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to