apache/pinot

Rebuild bloomfilter when fpp changed

Open

#17 137 ouverte le 4 nov. 2025

Voir sur GitHub
 (2 commentaires) (0 réactions) (1 assigné)Java (1 234 forks)batch import
featuregood first issuehelp wantedindex

Métriques du dépôt

Stars
 (4 937 stars)
Métriques de merge PR
 (Merge moyen 6j 7h) (186 PRs mergées en 30 j)

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

Guide contributeur