document-potential-rbac-optimizations #91

Merged
hsh-michaelhoennig merged 6 commits from document-potential-rbac-optimizations into master 2024-09-03 09:37:50 +02:00
Showing only changes of commit 1b41f567de - Show all commits

View File

@ -395,8 +395,12 @@ We found some solution approaches:
Instead of starting the recursion with `currentsubjectsuuids()`, Instead of starting the recursion with `currentsubjectsuuids()`,
we could start it with the target table name and row-type, we could start it with the target table name and row-type,
then recurse down to the `currentsubjectsuuids()`. then recurse down to the `currentsubjectsuuids()`.
This idea was not yet explored. In the end, we need the object UUIDs, though.
But if we start with the join of `rbacObject` with `rbacPermission`,
we need to forward the object UUIDs through the whole recursion.
This idea was not yet further explored.
### Adding The Object Type To The Table `rbacObject` ### Adding The Object Type To The Table `rbacObject`