GoogleCloudPlatform/spanner-migration-tool

Increase the mutations per commit limit to 80,000

hengfengli opened this issue · 0 comments

Currently, this is set to 10,000 in

countThreshold = 10 * 1000 // Spanner per-operation limit is 20,000.
. We should increase it to a higher limit as Spanner now supports 80,000 mutations per commit (doc).