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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: