apache/pinot

Rebuild bloomfilter when fpp changed

Open

#17.137 aperta il 4 nov 2025

Vedi su GitHub
 (2 commenti) (0 reazioni) (1 assegnatario)Java (1234 fork)batch import
featuregood first issuehelp wantedindex

Metriche repository

Star
 (4937 star)
Metriche merge PR
 (Merge medio 6g 7h) (186 PR mergiate in 30 g)

Descrizione

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

Guida contributor