wuchong opened a new issue, #2256: URL: https://github.com/apache/fluss/issues/2256
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Description We’ve now added support for the **`COMPACTED` format** for both Log and KV tables (see [FLUSS-2218](https://github.com/apache/fluss/issues/2218) and [PR #2108](https://github.com/apache/fluss/pull/2108)). This feature should be documented on the Fluss website to help users understand how and when to use it. Moreover, when combined with `table.changelog.image=WAL`, the `COMPACTED` format enables an **efficient, lightweight KV store**—ideal for use cases that don’t require full changelog reads or column projections (e.g., future system tables). In such scenarios, there’s no need to look up previous values or deserialize records into an intermediate log format, reducing both latency and CPU overhead. ### 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]
