[
https://issues.apache.org/jira/browse/HUDI-9628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajesh Mahindra reassigned HUDI-9628:
-------------------------------------
Assignee: Rajesh Mahindra
> Add bloom filter pruning when looking up keys in metadata files
> ---------------------------------------------------------------
>
> Key: HUDI-9628
> URL: https://issues.apache.org/jira/browse/HUDI-9628
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: Rajesh Mahindra
> Assignee: Rajesh Mahindra
> Priority: Blocker
> Fix For: 1.1.0
>
>
> When looking up keys in metadata(hfile) files, we are not leveraging the
> bloom filters to prune out keys and avoid download and deser of the relevant
> Hfile blocks. This task tracks implementing optional bloom filtering of keys
> prior to hfile lookup. For instance, in RLI with insert heavy workloads, we
> can achieve significant speedup by pruning most of the keys prior to hfile
> lookup.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)