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

Consider caching application data in memory #758

Open
petrdvorak opened this issue Aug 8, 2022 · 0 comments
Open

Consider caching application data in memory #758

petrdvorak opened this issue Aug 8, 2022 · 0 comments

Comments

@petrdvorak
Copy link
Member

petrdvorak commented Aug 8, 2022

Application data, such as master server keypair, are very static and generally do not change over time. Yet, we always fetch the data from the database. Maybe it is worth caching this information in memory. The memory footprint of these values is typically minimal, even for organizations with many applications.

Note that from the security standpoint, there is not much disadvantage - if someone has access to the running application process, they will get the values one way or another.

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

No branches or pull requests

3 participants