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 DML auto-batching in Connection API #3386

Merged
merged 11 commits into from
Oct 11, 2024
Merged

Conversation

olavloite
Copy link
Collaborator

@olavloite olavloite commented Oct 6, 2024

Adds support for automatically batching DML statements that are executed on a connection. This can be used in combination with frameworks like Hibernate to improve performance, especially on multi-region instances with high round-trip latencies.

Adds support for automatically batching DML statements that are
executed on a connection. This can be used in combination with
frameworks like Hibernate to improve performance, especially on
multi-region instances with high round-trip latencies.
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: spanner Issues related to the googleapis/java-spanner API. labels Oct 6, 2024
@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. and removed size: l Pull request size is large. labels Oct 7, 2024
@olavloite olavloite added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 9, 2024
@olavloite olavloite marked this pull request as ready for review October 9, 2024 10:28
@olavloite olavloite requested review from a team as code owners October 9, 2024 10:28
@olavloite olavloite removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 11, 2024
@rahul2393 rahul2393 merged commit a1ce267 into main Oct 11, 2024
27 of 34 checks passed
@rahul2393 rahul2393 deleted the dml-auto-batching branch October 11, 2024 17:56
gcf-merge-on-green bot pushed a commit that referenced this pull request Oct 11, 2024
🤖 I have created a release *beep* *boop*
---


## [6.79.0](https://togithub.com/googleapis/java-spanner/compare/v6.78.0...v6.79.0) (2024-10-11)


### Features

* Support DML auto-batching in Connection API ([#3386](https://togithub.com/googleapis/java-spanner/issues/3386)) ([a1ce267](https://togithub.com/googleapis/java-spanner/commit/a1ce267cbd4d4c5c638ab7fe0dd5dba24bcfab86))


### Dependencies

* Update dependency com.google.api.grpc:proto-google-cloud-monitoring-v3 to v3.53.0 ([#3390](https://togithub.com/googleapis/java-spanner/issues/3390)) ([a060e92](https://togithub.com/googleapis/java-spanner/commit/a060e92141d3dad0db1fc5175416e24a191fa326))
* Update dependency com.google.cloud:google-cloud-monitoring to v3.53.0 ([#3391](https://togithub.com/googleapis/java-spanner/issues/3391)) ([7f0927d](https://togithub.com/googleapis/java-spanner/commit/7f0927d495966d7a2ef9023d65545bfe1fecc20b))
* Update dependency com.google.cloud:google-cloud-monitoring to v3.53.0 ([#3392](https://togithub.com/googleapis/java-spanner/issues/3392)) ([fd3e92d](https://togithub.com/googleapis/java-spanner/commit/fd3e92da940419cd1aed14f770186381d59a2b47))
* Update dependency com.google.cloud:sdk-platform-java-config to v3.37.0 ([#3395](https://togithub.com/googleapis/java-spanner/issues/3395)) ([8ecb1a9](https://togithub.com/googleapis/java-spanner/commit/8ecb1a901f94d9d49efb0278516428e379803088))
* Update dependency com.google.cloud.opentelemetry:exporter-metrics to v0.33.0 ([#3388](https://togithub.com/googleapis/java-spanner/issues/3388)) ([26aa51d](https://togithub.com/googleapis/java-spanner/commit/26aa51d561c35295dfb7e2867c3b04b79ce6efc9))
* Update dependency com.google.cloud.opentelemetry:exporter-trace to v0.33.0 ([#3389](https://togithub.com/googleapis/java-spanner/issues/3389)) ([6e34c5a](https://togithub.com/googleapis/java-spanner/commit/6e34c5a1c20c20a2e994d112f042a59c9b93e1e6))
* Update googleapis/sdk-platform-java action to v2.47.0 ([#3383](https://togithub.com/googleapis/java-spanner/issues/3383)) ([4f0d693](https://togithub.com/googleapis/java-spanner/commit/4f0d69316a910c23abcb2a142e59bbaf550ca89c))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
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 API. size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants