Skip to content

Commit

Permalink
Update delivery/overview.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: congyi wang <[email protected]>
Signed-off-by: IrisWan <[email protected]>
  • Loading branch information
WanYixian and wcy-fdu authored Nov 22, 2024
1 parent e194630 commit 6226ed5
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 @@ -134,7 +134,7 @@ RisingWave implements batching strategies for file sinks to optimize file manage
There are two primary batching strategies:

- **Batching based on row numbers**:
For batching based on row count, RisingWave checks whether the maximum row count threshold has been reached after each chunk is written (`sink_writer.write_batch()`). If the threshold is met, the writing of the file is completed.
For batching based on row count, RisingWave checks whether the maximum row count threshold has been reached after each write operation. If the threshold is met, the writing of the file is completed.

- **Batching based on rollover interval**:
For batching based on the time interval, RisingWave checks the threshold each time a chunk is about to be written and when a barrier is encountered).
Expand Down

0 comments on commit 6226ed5

Please sign in to comment.