Skip to content

Commit d9010ed

Browse files
soyeric128BohuTANG
authored andcommitted
Update with-stream-hints.md
1 parent d709fb4 commit d9010ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/sql-reference/10-sql-commands/20-query-syntax/with-stream-hints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM <stream_name> WITH (<hint1> = <value1>[, <hint2> = <value2>, ...])
1919
| Hint | Description |
2020
|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2121
| `CONSUME` | Specifies whether this query will consume the stream. Defaults to `False`. |
22-
| `MAX_BATCH_SIZE` | Defines the maximum number of rows per batch processed from the stream.<br/>- If not specified, all rows from the stream are processed.<br/>- Changing `MAX_BATCH_SIZE` for the same stream within a transaction is not allowed and will result in an error. |
22+
| `MAX_BATCH_SIZE` | Defines the maximum number of rows per batch processed from the stream.<br/>- If not specified, all rows from the stream are processed.<br/>- Changing `MAX_BATCH_SIZE` for the same stream within a transaction is not allowed and will result in an error.<br/>- For streams with a large backlog of changes, such as when a stream hasn’t been consumed for a long time, setting `MAX_BATCH_SIZE` or using a smaller value is *not* recommended, as it may reduce capture efficiency. |
2323

2424
## Examples
2525

0 commit comments

Comments
 (0)