Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe performance considerations #120

Open
divarvel opened this issue Oct 24, 2023 · 0 comments
Open

Describe performance considerations #120

divarvel opened this issue Oct 24, 2023 · 0 comments

Comments

@divarvel
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant