Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently, ResourceAuthorizationProvider.doHasAccess does not scale in the scenario when users have many roles and each role has many permissions. Especially in the case for "SHOW TABLES", "SHOW DATABASEs" in hive, which checks a lot of authorizable objects. Need to improve the performance.