apache/pinot

Rebuild bloomfilter when fpp changed

Aberta

#17.137 aberto em 4 de nov. de 2025

 (2 comentários) (0 reação) (1 responsável)Java (1.234 forks)batch import
featuregood first issuehelp wantedindex

Métricas do repositório

Stars
 (4.937 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador