Skip to content

Commit

Permalink
update (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
WanYixian authored Dec 17, 2024
1 parent 968fa53 commit 2f3c73f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ File sink currently supports only append-only mode, so please change the query t
## Batching strategy for file sink

<Note>
Batching strategy for file sink is available since version 2.1.
Added in version 2.1.
</Note>

RisingWave implements batching strategies for file sinks to optimize file management by preventing the generation of numerous small files. The batching strategy is available for Parquet, JSON, and CSV encode.
Expand Down
2 changes: 1 addition & 1 deletion ingestion/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ RisingWave supports reading data from file sources including AWS S3, GCS, and Az
### Batch reading from file source

<Note>
Batch reading from file source is available since version 2.1.
Added in version 2.1.
</Note>

To read data in batch from file sources, you need to create a materialized view from the source or create a table with the appropriate connector. You can also directly query the file source. Below are examples using AWS S3.
Expand Down

0 comments on commit 2f3c73f

Please sign in to comment.