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

chore: use existing transaction for analyze in batch #2737

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

olavloite
Copy link
Collaborator

DML batches in a transaction are allowed to execute analyzeUpdate. PGAdapter should use this transaction instead of creating a separate transaction in such cases to reduce the number of round-trips.

DML batches in a transaction are allowed to execute analyzeUpdate.
PGAdapter should use this transaction instead of creating a separate
transaction in such cases to reduce the number of round-trips.
@olavloite olavloite merged commit 8f0361d into postgresql-dialect Jan 10, 2025
43 checks passed
@olavloite olavloite deleted the use-existing-transaction-for-analyze branch January 10, 2025 19:40
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.

1 participant