polyzos opened a new issue, #1600: URL: https://github.com/apache/fluss/issues/1600
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Motivation Fluss KV currently supports point lookups, but RocksDB allows iterators, range, and prefix scans. For small tables (hundreds of rows or a few thousands), that can be used to create dashboards often need to periodically read all keys. **Goal:** Assume I have a front-end and I want to create a dashboard to show < 100 values.. In this scenario, I could use the fluss client directly to periodically query the whole cache ### Solution We can expose functionality to the api to allow a full scan (with snapshot consistency) to simplify such use cases. ### Anything else? _No response_ ### Willingness to contribute - [x] 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]
