Cache input values
Opened this issue · 0 comments
clintoncwolfe commented
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.