waitingF opened a new pull request, #10457: URL: https://github.com/apache/hudi/pull/10457
### Change Logs When ingesting with parquet, even we use the bucket index, it will write the bloom filter which is not used. We can save about 9% CPU if we can skip the bloom filter in those cases.  ### Impact CPU saving if skip writing bloom filter ### Risk level (write none, low medium or high below) low ### Documentation Update - Add a new config named `hoodie.parquet.bloom.filter.enabled`, default true. We can set to false for CPU saving in non bloom index cases. ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
