apache/pinot

Rebuild bloomfilter when fpp changed

オープン

#17,137 opened on 2025/11/04

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)Java (1,234 件のフォーク)batch import
featuregood first issuehelp wantedindex

Repository metrics

Stars
 (4,937 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド