Skip to content

Allow compressing WAL entry payload data #1

Description

@fgrosse

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions