Skip to content

More accurate dictionary size estimation in RowBasedKeySerde #4768

@jihoonson

Description

@jihoonson

The original discussion is #4704 (comment).

RowBasedKeySerde currently builds a dictionary at query time. To avoid using too many memory, the dictionary size is limited by user configuration. However, the current dictionary size estimation is based on a rough calculation.

JOL might be an alternative for more accurate dictionary size estimation if its overhead is not so large.

Metadata

Metadata

Assignees

No one assigned

    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