From 2f3c73f179c4c1b82f2f1f980419d40b8e42ca66 Mon Sep 17 00:00:00 2001 From: IrisWan <150207222+WanYixian@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:27:18 +0800 Subject: [PATCH] update (#134) --- delivery/overview.mdx | 2 +- ingestion/overview.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/delivery/overview.mdx b/delivery/overview.mdx index 29d9efc3..7af6bdd9 100644 --- a/delivery/overview.mdx +++ b/delivery/overview.mdx @@ -134,7 +134,7 @@ File sink currently supports only append-only mode, so please change the query t ## Batching strategy for file sink -Batching strategy for file sink is available since version 2.1. +Added in version 2.1. 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. diff --git a/ingestion/overview.mdx b/ingestion/overview.mdx index 93175770..64f95d1b 100644 --- a/ingestion/overview.mdx +++ b/ingestion/overview.mdx @@ -133,7 +133,7 @@ RisingWave supports reading data from file sources including AWS S3, GCS, and Az ### Batch reading from file source -Batch reading from file source is available since version 2.1. +Added in version 2.1. 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.