apache / apache/pinot

Rebuild bloomfilter when fpp changed

Open
#17,137 2 comments 0 reactions 1 assignee Claimed by @anilsomisetty View on GitHub
feature good first issue help wanted index
Dominant language
Java
Stars
6.1k
Forks
1.5k
Avg merge
1d 21h
Merged PRs (30d)
189

Description

Similar to https://github.com/apache/pinot/pull/16953

If we want to change bloomfilter fpp, currently we need to:
1. remove the bloomfilter config
2. reload table
3. add bloomfilter config with new fpp
4. reload table

Ideally this should happen when the fpp is updated.

We can support this in the `BloomfilterIndexHandler`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.