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

[Catalog] Try to prevent duplicate reading operations #9691

Open
snazy opened this issue Oct 2, 2024 · 0 comments
Open

[Catalog] Try to prevent duplicate reading operations #9691

snazy opened this issue Oct 2, 2024 · 0 comments

Comments

@snazy
Copy link
Member

snazy commented Oct 2, 2024

Some Nessie Catalog operations perform somewhat duplicated operations. Some of those are visible via the test cases in TestAuthzMeta. This is not a huge performance concern, as Nessie's cache, especially after #9648, prevents a lot of work against the backing database. But the authz SPI is still called for each of these duplicate calls, which might also not be a huge concern, given that authz usually does not involve reads either.

This issue can like be resolved using multiple PR.

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