Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support max_commit_delay #1581

Merged
merged 1 commit into from
Apr 21, 2024
Merged

feat: support max_commit_delay #1581

merged 1 commit into from
Apr 21, 2024

Conversation

olavloite
Copy link
Collaborator

Support added for set max_commit_delay=<duration> statement. Setting a max_commit_delay can increase throughput of bulk updates, as Spanner can batch more updates together, but at the expense of higher latency for a single request.

Support added for 'set max_commit_delay=<duration>' statement.
Setting a max_commit_delay can increase throughput of bulk updates,
as Spanner can batch more updates together, but at the expense of
higher latency for a single request.
@olavloite olavloite requested a review from a team as a code owner April 21, 2024 07:44
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: spanner Issues related to the googleapis/java-spanner-jdbc API. labels Apr 21, 2024
@olavloite olavloite merged commit 06e43c0 into main Apr 21, 2024
23 of 26 checks passed
@olavloite olavloite deleted the max-commit-delay branch April 21, 2024 07:58
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/java-spanner-jdbc API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant