syncstorage-rs icon indicating copy to clipboard operation
syncstorage-rs copied to clipboard

Bump max_total_records per Spanner's 80k mutation limit

Open data-sync-user opened this issue 4 months ago • 0 comments

We currently have a traditionally small max_total_records client limit (compared to the older mysql/postgres implementations) due to Spanner’s original 20k mutation per commit limit. Spanner has improved this limit over time, now supporting 80k mutations.

We should bump the max_total_records accordingly so clients can potentially commit larger, fewer batches. This should be roughly be 4x the current limit of 1664 – the mutation math documentation should also be recalculated/updated.

┆Issue is synchronized with this Jira Task

data-sync-user avatar Aug 09 '25 00:08 data-sync-user