Enable compression on receipt to Journal
Rather than always deferring compression until compaction
This commit is contained in:
parent
830906c552
commit
4c44e86eab
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ to_inkerkv(LedgerKey, SQN, to_fetch, null) ->
|
||||||
{{SQN, ?INKT_STND, LedgerKey}, null, true};
|
{{SQN, ?INKT_STND, LedgerKey}, null, true};
|
||||||
to_inkerkv(LedgerKey, SQN, Object, KeyChanges) ->
|
to_inkerkv(LedgerKey, SQN, Object, KeyChanges) ->
|
||||||
InkerType = check_forinkertype(LedgerKey, Object),
|
InkerType = check_forinkertype(LedgerKey, Object),
|
||||||
Value = create_value_for_journal({Object, KeyChanges}, false),
|
Value = create_value_for_journal({Object, KeyChanges}, true),
|
||||||
{{SQN, InkerType, LedgerKey}, Value}.
|
{{SQN, InkerType, LedgerKey}, Value}.
|
||||||
|
|
||||||
%% Used when fetching objects, so only handles standard, hashable entries
|
%% Used when fetching objects, so only handles standard, hashable entries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue