apache/hudi

Limit the amount of partitions considered for GlobalBloomIndex

Fechada

#14.484 aberto em 30 de nov. de 2025

 (1 comentário) (0 reação) (0 responsável)Java (2.431 forks)batch import
area:indexfrom-jiragood first issuepriority:hightype:improvement

Métricas do repositório

Stars
 (4.823 estrelas)
Métricas de merge de PR
 (Mesclagem média 16d 21h) (127 fundiu PRs em 30d)

Description

Currently, global bloom index will check inputs against files in all partitions.. In lot of cases, the user may know a range of partitions actually impacted from updates clearly (e.g upstream system drops updates older than a year, ... ).. In such a scenario,it may make sense to support an option for Global bloom to control how many partitions you want to match against, to gain performance.

JIRA info

Guia do colaborador