Skip to content

perf: use last_statement optimization for auto-commit #387

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

Merged
merged 3 commits into from
Mar 6, 2025

Conversation

olavloite
Copy link
Collaborator

@olavloite olavloite commented Feb 22, 2025

Automatically use the last_statement optimization for DML statements that are executed outside transactions. This allows Spanner to skip some validations while executing the statement and reduces the end-to-end latency for such statements.

Automatically use the last_statement optimization for DML statements that
are executed outside transactions. This allows Spanner to skip some
validations while executing the statement.
@olavloite olavloite added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Feb 22, 2025
@olavloite olavloite requested a review from a team as a code owner February 22, 2025 19:29
@olavloite olavloite removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Mar 6, 2025
@olavloite olavloite merged commit 21f4923 into main Mar 6, 2025
19 checks passed
@olavloite olavloite deleted the last-statement branch March 6, 2025 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants