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
Start is a zero-based offset into a value of the key and Length is the length of that part. (Will decide more details later.)
One of the major benefits of issue #17 (Redesign disk storage and checkpoint/scavenger processes) is that now value blob can be read without deserializing a log hunk (no need to apply binary_to_term/1 to it), so this feature can be easily implemented and will have no performance overhead.
The text was updated successfully, but these errors were encountered:
Add new operation flag
range
toget/4
operation:{range, Start::non_negative_integer(), Length::integer()}
Start is a zero-based offset into a value of the key and Length is the length of that part. (Will decide more details later.)
One of the major benefits of issue #17 (Redesign disk storage and checkpoint/scavenger processes) is that now value blob can be read without deserializing a log hunk (no need to apply
binary_to_term/1
to it), so this feature can be easily implemented and will have no performance overhead.The text was updated successfully, but these errors were encountered: