-
Notifications
You must be signed in to change notification settings - Fork 480
Value streams #6132
Copy link
Copy link
Closed
Labels
enhancementThis issue describes a new feature, improvement, or optimization.This issue describes a new feature, improvement, or optimization.
Metadata
Metadata
Assignees
Labels
enhancementThis issue describes a new feature, improvement, or optimization.This issue describes a new feature, improvement, or optimization.
Type
Fields
Give feedbackNo fields configured for issues without a type.
We are starting to talk about schemas where we would potentially have huge values associated with relatively small keys. In this case it would great to be able to get keys and a stream for the value back instead of pulling the full value into memory. Perhaps this could be configurable with an optional threshold over which a stream would be returned instead of the value bytes. I could see the Value object being modified with a "isStream()" and "openStream()" methods.