Skip to content

Commit 8ead314

Browse files
docs: Fix default max worker count in docs
Signed-off-by: abhijeet-dhumal <abhijeetdhumal652@gmail.com>
1 parent 2dce44b commit 8ead314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/online-stores/dynamodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ online_store:
4646
| ------ | ---- | ------- | ----------- |
4747
| `region` | string | | AWS region for DynamoDB |
4848
| `table_name_template` | string | `{project}.{table_name}` | Template for table names |
49-
| `batch_size` | int | `40` | Number of items per BatchGetItem/BatchWriteItem request (max 100) |
49+
| `batch_size` | int | `100` | Number of items per BatchGetItem/BatchWriteItem request (max 100) |
5050
| `max_read_workers` | int | `10` | Maximum parallel threads for batch read operations. Higher values improve throughput for large batch reads but increase resource usage |
5151
| `consistent_reads` | bool | `false` | Whether to use strongly consistent reads (higher latency, guaranteed latest data) |
5252
| `tags` | dict | `null` | AWS resource tags added to each table |

0 commit comments

Comments
 (0)