-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
performanceRelates to improving latency/throughput or reducing resource usageRelates to improving latency/throughput or reducing resource usageverawoodReleased in VerawoodReleased in Verawood
Description
Description
The sync enforcer is currently used for both read operations (permission checks) and write operations (policy changes). This may introduce unnecessary overhead during high-volume reads, but we do not have a clear separation between the two paths.
This issue tracks:
- Reviewing where and how the enforcer is used in read paths and write paths.
- Determining whether separating these paths would improve performance or reduce overhead. This is only a theory, we'd have to go deep into casbin to understand whether this would actually have an impact.
MaferMazu
Metadata
Metadata
Assignees
Labels
performanceRelates to improving latency/throughput or reducing resource usageRelates to improving latency/throughput or reducing resource usageverawoodReleased in VerawoodReleased in Verawood