[KV] Primary Key Tables support prefix bloom filters to enhance PrefixLookup performance
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 625
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 97
Description
### 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!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.