You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `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) |
50
50
| `max_read_workers` | int | `10` | Maximum parallel threads for batch read operations. Higher values improve throughput for large batch reads but increase resource usage |
51
51
| `consistent_reads` | bool | `false` | Whether to use strongly consistent reads (higher latency, guaranteed latest data) |
52
52
| `tags` | dict | `null` | AWS resource tags added to each table |
0 commit comments