apache/pinot

Rebuild bloomfilter when fpp changed

开放

#17,137 创建于 2025年11月4日

 (2 条评论) (0 个反应) (1 位负责人)Java (1,234 个派生)batch import
featuregood first issuehelp wantedindex

仓库指标

星标
 (4,937 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南