Skip to content

CODEC(ZSTD(1)) on columns should not be the default #2525

Description

@aadant

Adding CODEC(ZSTD(1)) prevents further compression like ZSTD(8) that can be enabled by TTL RECOMPRESS.

CODEC(ZSTD(1));

should be

then also :

CODEC(Delta, ZSTD(1));

should be

CODEC(Delta, Default);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions