Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow compressing WAL entry payload data #1

@fgrosse

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.

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