featuregood first issuehelp wantedindex
Métricas do repositório
- Stars
- (4.937 stars)
- Métricas de merge de PR
- (Mesclagem média 6d 7h) (186 fundiu PRs em 30d)
Description
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