Skip to content

memtx: sortdata compression #11715

@drewdzzz

Description

@drewdzzz

There is a rule of thumb - always compress large amounts of data stored on disk:

  1. It will use less disk space.
  2. Compressed files are read faster. Generally, decompression overhead is smaller than benefit from reading a smaller file.

Let's try to compress sortdata and check the speedup.

Follows-up #11133

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA new functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions