platinumhamburg opened a new issue, #1856:
URL: https://github.com/apache/fluss/issues/1856

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and 
found nothing similar.
   
   
   ### Motivation
   
   Currently, prefix bloom filters are not configured in the underlying 
RocksDB, which causes the PrefixLookup operation to perform heavy seek 
operations, resulting in significant CPU&IO overhead.
   
   ### Solution
   
   RocksDB already supports prefix bloom filters, and we should enable this 
configuration to improve PrefixLookup performance.
   
   See: 
https://github.com/facebook/rocksdb/wiki/Prefix-Seek#configure-prefix-bloom-filter
   
   ### Anything else?
   
   _No response_
   
   ### Willingness to contribute
   
   - [ ] I'm willing to submit a PR!


-- 
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]

Reply via email to