Skip to content

Redis submission storage uses plain JSON instead of msgpack + compression #91

Description

@deyna256

Submissions are serialized with json.dumps() before writing to Redis. Plain JSON is verbose for repetitive structures like submission lists — each tag string and status value is repeated across thousands of entries with no compression.

Metadata

Metadata

Assignees

No one assigned

    Labels

    performancePerformance and resource efficiency

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions