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

docs: add sample for using Batch DML with Spring Data JPA #2357

Merged
merged 4 commits into from
Sep 23, 2024

Commits on Sep 21, 2024

  1. docs: add sample for using Batch DML with Spring Data JPA

    Adds a sample that shows how to use Batch DML in an application that
    uses Spring Data JPA / Hibernate to communicate with PGAdapter.
    
    Executing a large number of DML statements as a single DML batch
    can significantly reduce the number of round-trips to Spanner, and
    thereby the overall latency of a transaction that inserts/updates
    a large number of records.
    
    This feature requires version 0.39.0 or higher of PGAdapter.
    olavloite committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8840381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ada3866 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18df518 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    849fa89 View commit details
    Browse the repository at this point in the history