apache/pinot

Rebuild bloomfilter when fpp changed

Open

#17,137 opened on Nov 4, 2025

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Java (1,234 forks)batch import
featuregood first issuehelp wantedindex

Repository metrics

Stars
 (4,937 stars)
PR merge metrics
 (Avg merge 7d 17h) (190 merged PRs in 30d)

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