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

Commits on Oct 6, 2024

  1. feat: support DML auto-batching in Connection API

    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.
    olavloite committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    ce47b75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f566882 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    bf01bb2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dml-auto-batching' of github.com:googleapis/java-spanne…

    …r into dml-auto-batching
    olavloite committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1679097 View commit details
    Browse the repository at this point in the history
  3. fix: add ignored diffs

    olavloite committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    beef118 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23b7acf View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    ae408ef View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    74e887b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d13f0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a7ba10 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dml-auto-batching' of github.com:googleapis/java-spanne…

    …r into dml-auto-batching
    olavloite committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    18c5d8c View commit details
    Browse the repository at this point in the history