-
Notifications
You must be signed in to change notification settings - Fork 13
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
Automate prepared statements #132
Conversation
Benchmark Result
Current status
|
1fe16a7
to
1b510f5
Compare
Depends on canonical/go-dqlite#308 . |
8e28dcc
to
8d08ddc
Compare
Marking as ready since dqlite released the fix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
On my machine this change makes the benchmarks unstable because of canonical/dqlite#675 . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work Marco, here are a few things I think we should consider before merging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nearly there I think, just a couple of trivials
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent, thank you for the improvements!
This PR aims at reducing the boilerplate associated with preparing statements in a
Dialect
.