binary-signal commented on code in PR #3383: URL: https://github.com/apache/fluss/pull/3383#discussion_r3325876865
########## website/docs/engine-flink/reads.md: ########## @@ -234,6 +234,51 @@ The server evaluates these predicates against per-batch column statistics and sk ## Batch Read +### Full Scan of Primary Key Tables + +Fluss can perform a bounded full-table scan on a primary-key table directly via the server-side KV scan API. + +Enable the feature by setting `client.scanner.kv.server-side.enabled = true` on the table or as a SQL hint: Review Comment: Enable this feature by setting `client.scanner.kv.server-side.enabled = true` in the table options or by using a SQL hint. -- 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]
