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
For both in-memory and disk space efficiency, Hibari v0.3 should store small values (less than 64 bytes or so) in in-memory store-tuples instead of blob hunk logs.
Here are some comparisons in R16B03, 64 bit Erlang VM:
For both in-memory and disk space efficiency, Hibari v0.3 should store small values (less than 64 bytes or so) in in-memory store-tuples instead of blob hunk logs.
Here are some comparisons in R16B03, 64 bit Erlang VM:
Hibari v0.3
storage location record
#w
:e.g.
storage location record
#p
:e.g.
blob hunk:
<<"p">>
) is (30 + 4 * number of blobs) bytes (including 16 bytes md5 hash)(FYI) Hibari v0.1.x
storage location tuple:
e.g.
{1000,1000000000}
blob hunk:
Footnotes:
*1: Calculated by the followings:
*2: Calculated by the followings:
The text was updated successfully, but these errors were encountered: