Skip to content

Consider LZ4 for RewindStore blob storage #103

@larxchun89

Description

@larxchun89

RewindStore keeps full original text in memory. For large JSON arrays (which are the main Rewind users), the originals can be several KB each. Storing them LZ4-compressed in memory could reduce footprint by 60-80% with <1ms decompress overhead.

Python has the lz4 package which is widely available and very fast.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions