spanner-migration-tool icon indicating copy to clipboard operation
spanner-migration-tool copied to clipboard

Increase the mutations per commit limit to 80,000

Open hengfengli opened this issue 9 months ago • 0 comments

Currently, this is set to 10,000 in https://github.com/GoogleCloudPlatform/spanner-migration-tool/blob/89802cf90407ca0785e426a0044d03da35f59e80/spanner/writer/batchwriter.go#L37. We should increase it to a higher limit as Spanner now supports 80,000 mutations per commit (doc).

hengfengli avatar May 23 '24 02:05 hengfengli