Skip to content

Conversation

@olavloite
Copy link
Collaborator

Add support for Batch DML in read/write transactions. Batch DML reduces the number of round-trips to Spanner when executing multiple writes. The big advantage of using Batch DML over mutations, is that Batch DML does support read-your-writes after the batch has been written.

@olavloite olavloite requested a review from a team as a code owner May 19, 2025 12:05
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/ruby-spanner-activerecord API. label May 19, 2025
@olavloite olavloite force-pushed the batch-dml branch 4 times, most recently from a72eb33 to a892199 Compare May 19, 2025 14:11
Add support for Batch DML in read/write transactions. Batch DML reduces the
number of round-trips to Spanner when executing multiple writes. The big
advantage of using Batch DML over mutations, is that Batch DML does support
read-your-writes after the batch has been written.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the googleapis/ruby-spanner-activerecord API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants