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:
- remove the bloomfilter config
- reload table
- add bloomfilter config with new fpp
- reload table
Ideally this should happen when the fpp is updated.
We can support this in the BloomfilterIndexHandler