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
Sometimes we store something heavy in stored fields that need additional complex conversion.
Maybe we can provide an implementation for Database that would allow us to cache some work done by some Function<Buffer, T> and return T immediately.
The text was updated successfully, but these errors were encountered:
It looks like an independent component.
Can you please provide a clarifying example or use case?
Sometimes deserialization of a field is very expensive on a high-load service and it is handy to have deserialized values of the document being cached for hot documents (or even all of them).
Sometimes we store something heavy in stored fields that need additional complex conversion.
Maybe we can provide an implementation for Database that would allow us to cache some work done by some
Function<Buffer, T>
and return T immediately.The text was updated successfully, but these errors were encountered: