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
{{ message }}
This repository was archived by the owner on Jun 18, 2020. It is now read-only.
--destinationEndpoint dynamodb.us-east-1.amazonaws.com // the endpoint where the destination table is located.
8
-
9
-
--destinationTable nameOfDestinationTable // the destination table to write to.
10
-
11
-
--sourceEndpoint dynamodb.us-west-1.amazonaws.com // the endpoint where the source table is located.
12
-
13
-
--sourceTable nameOfSourceTable // the source table to read from.
14
-
15
-
--readThroughputRatio .5 // the ratio of read throughput to consume from the source table.
16
-
17
-
--writeThroughputRatio .7 // the ratio of write throughput to consume from the destination table.
18
-
19
-
--maxWriteThreads 128 // (Optional, default=128 * Available_Processors) Maximum number of write threads to create.
20
-
21
-
--totalSections 4 // (Optional, default=1) Total number of sections to split the bootstrap into. Each application will only scan and write one section.
22
-
23
-
--section 3 // (Optional, default=0) section to read and write. Only will scan this one section of all sections, [0...totalSections-1]."
0 commit comments