From 1fb2a574246cf6fb2978a562f940e94148d13af7 Mon Sep 17 00:00:00 2001 From: Civitaspo Date: Sun, 8 Mar 2020 23:03:38 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8a7542..3e74fbb 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Here is the explanation of the configuration for **scan** option or **query** op - **segment**: A segment to be scanned by a particular worker. Each worker should use a different value for **segment**. If **segment** is not specified and **total_segment** is specified, this plugin automatically set **segment** following the number of embulk workers. If **segment** and **total_segment** is specified, this plugin loads only the **segment**, so you loads other segments in other processes. (int, optional) - See the doc ([Parallel Scan](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html#Scan.ParallelScan)) for more details. -- **total_segment**: The total number of segments for the parallel scan. This value must be the same as the number of workers that your application will use. If **segment** is not specified and **total_segment** is specified, this plugin automatically set **segment** following the number of embulk workers. +- **total_segment**: The total number of segments for the parallel scan. If **segment** is not specified and **total_segment** is specified, this plugin automatically set **segment** following the number of embulk workers. - See the doc ([Parallel Scan](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html#Scan.ParallelScan)) for more details. #### Options for **query**