Skip to content

perf: use a static method for binding bool params#4356

Merged
olavloite merged 1 commit intopostgresql-dialectfrom
use-static-bind-method-for-boolean
Apr 20, 2026
Merged

perf: use a static method for binding bool params#4356
olavloite merged 1 commit intopostgresql-dialectfrom
use-static-bind-method-for-boolean

Conversation

@olavloite
Copy link
Copy Markdown
Collaborator

Reduce memory and garbage collection pressure by using a static bind(..) method for binding parameter values. This implementation adds this optimization for boolean parameters. Follow-up pull requests will implement the same for the other supported data types.

Reduce memory and garbage collection pressure by using a static bind(..) method for
binding parameter values. This implementation adds this optimization for boolean
parameters. Follow-up pull requests will implement the same for the other supported
data types.
@olavloite olavloite requested a review from rayudu3745 April 17, 2026 08:03
@olavloite olavloite merged commit 5cb2e5d into postgresql-dialect Apr 20, 2026
46 checks passed
@olavloite olavloite deleted the use-static-bind-method-for-boolean branch April 20, 2026 11:09
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