You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the whole authorization process, datalog evaluation is where your choices have a direct result in terms of performance.
We should describe the impact of datalog code design on evaluation performance.
So far, the things we have identified:
the number of rules
the use of regexes
The biscuit toolchain keeps track of the time spent evaluating datalog code, so we could also showcase how to use the tooling to measure performance characteristics of datalog evaluation
The text was updated successfully, but these errors were encountered:
In the whole authorization process, datalog evaluation is where your choices have a direct result in terms of performance.
We should describe the impact of datalog code design on evaluation performance.
So far, the things we have identified:
The biscuit toolchain keeps track of the time spent evaluating datalog code, so we could also showcase how to use the tooling to measure performance characteristics of datalog evaluation
The text was updated successfully, but these errors were encountered: