[
https://issues.apache.org/jira/browse/HUDI-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manoj Govindassamy updated HUDI-1295:
-------------------------------------
Story Points: 1 (was: 2)
> Implement: Metadata based bloom index - write path
> --------------------------------------------------
>
> Key: HUDI-1295
> URL: https://issues.apache.org/jira/browse/HUDI-1295
> Project: Apache Hudi
> Issue Type: Task
> Components: writer-core
> Affects Versions: 0.9.0
> Reporter: Vinoth Chandar
> Assignee: Manoj Govindassamy
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 0.11.0
>
>
> Idea here to maintain our bloom filters outside of parquet for speedier
> access from bloom.
>
> - Design and impl bloom filter migration to metadata table.
> Design:
> schema for the payload:
> key: partitionName_fileName
> payload schema:
> isDeleted (boolean): true/false
> bloom_type: short
> ser_bloom: byte[] representing serialized bloom filter.
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)