Skip to content

Max block size #2732

@RobinL

Description

@RobinL

Should blocking rules allow a 'max block size' type parameter so that if you do block_on('first_name', 'surname', max_size=10_000). this would limit the size of any specific block to 10_000k records.

This could be used in situations of heavy skew and could be implemented with e.g. and first_name || surname not in (select first_name || surname from t where count() < group by first_name || surname ) type statement

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions