Skip to content

Commit

Permalink
default batching strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
WanYixian committed Nov 22, 2024
1 parent 6226ed5 commit d7f342d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ There are two primary batching strategies:

<Note>The condition for batching is relatively coarse-grained. The actual number of rows or exact timing of file completion may vary from the specified thresholds, as this function is intentionally flexible to prioritize efficient file management.</Note>

If no conditions for batch collection are set, RisingWave will apply a default batching strategy to ensure proper file writing and data consistency.
If no batching strategy is specified, RisingWave will apply the default batching strategy, which writes a file every 10 seconds.

### File naming rule

Expand Down

0 comments on commit d7f342d

Please sign in to comment.