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: FIR-43038 allow jdbc to send batch as a single multi statement #494

Conversation

stepansergeevitch
Copy link
Contributor

Added merge_prepared_statement_batches parameter to JDBC. If will send all queries in a prepared statement batch as a single http request, separated by semicolon.

@stepansergeevitch stepansergeevitch self-assigned this Feb 11, 2025
@stepansergeevitch stepansergeevitch requested a review from a team as a code owner February 11, 2025 11:05
Copy link
Contributor

@ptiurin ptiurin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise lgtm

@stepansergeevitch stepansergeevitch merged commit 4750fe1 into master Feb 19, 2025
7 checks passed
@stepansergeevitch stepansergeevitch deleted the FIR-43038-allow-jdbc-to-send-batch-as-a-single-multi-statement branch February 19, 2025 09:55
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.

2 participants