apache/hudi

Limit the amount of partitions considered for GlobalBloomIndex

Geschlossen

#14.484 geöffnet am 30.11.2025

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Java (2.431 Forks)batch import
area:indexfrom-jiragood first issuepriority:hightype:improvement

Repository-Metriken

Stars
 (4.823 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 16T 21h) (127 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide