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
We could add an option to the SegmentWriter to let users opt-in to compressing the entry payload using snappy.
This would be implemented in the SegmentWriter.Write(…) function just before the original payload is written. Of course, we would have to mirror this setting to the segment reader as well and finally wire it together via the WAL type.
The text was updated successfully, but these errors were encountered:
We could add an option to the
SegmentWriter
to let users opt-in to compressing the entry payload using snappy.This would be implemented in the
SegmentWriter.Write(…)
function just before the original payload is written. Of course, we would have to mirror this setting to the segment reader as well and finally wire it together via theWAL
type.The text was updated successfully, but these errors were encountered: