apache/pinot

Rebuild bloomfilter when fpp changed

Open

#17,137 建立於 2025年11月4日

在 GitHub 查看
 (2 留言) (0 反應) (1 負責人)Java (1,234 fork)batch import
featuregood first issuehelp wantedindex

倉庫指標

Star
 (4,937 star)
PR 合併指標
 (平均合併 6天 7小時) (30 天內合併 186 個 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

貢獻者指南