You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "kumaab (via GitHub)" <gi...@apache.org> on 2023/05/31 00:48:09 UTC

[GitHub] [ranger] kumaab commented on pull request #253: RANGER-4230: Add REST APIs to force delete external users & groups

kumaab commented on PR #253:
URL: https://github.com/apache/ranger/pull/253#issuecomment-1569330846

   Tested the latest PR again with the same test cases as before (100k users & 50k groups), this incorporates changes from RANGER-4240 (from master), no significant difference in timings were observed(from the original timings - mentioned in description).
   
   Before deletion:
   ranger=> select count(*) from x_group_users;
    count  
   --------
    199996
   (1 row)
   ranger=> select count(*) from x_group;
    count  
   --------
    100002
   (1 row)
   ranger=> select count(*) from x_user;
    count 
   -------
    50009
   (1 row)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@ranger.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org