Details
-
Task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.9.0
Description
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.