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

Cache input values #15

Open
clintoncwolfe opened this issue Aug 22, 2019 · 0 comments
Open

Cache input values #15

clintoncwolfe opened this issue Aug 22, 2019 · 0 comments
Labels
Aspect: Performance Nimble is delightful. Triage: Feature Request A suggestion to add something

Comments

@clintoncwolfe
Copy link
Collaborator

Detailed Description

Assuming that a profile is stored as a document, and inputs are stored as key-values on a document, fetching a single key is expensive - you have to fetch all keys / inputs.

Might as well cache them.

Context

It would be faster, less network traffic, not hammer the Vault server.

Possible Implementation

@clintoncwolfe clintoncwolfe added Aspect: Performance Nimble is delightful. Triage: Feature Request A suggestion to add something labels Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Aspect: Performance Nimble is delightful. Triage: Feature Request A suggestion to add something
Projects
None yet
Development

No branches or pull requests

1 participant