Skip to content

Add general compression for large block arrays #4896

@westonpace

Description

@westonpace

Currently block compression is limited to bitpacking. This is mainly because the only things we block compress are dictionaries (which are usually small-ish) and repdef levels (which are usually highly bitpackable).

Adding general compression should be a quick win to shore up our support when we have large dictionary arrays.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions