-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Description
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
Labels
No labels