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

Study the performance implications of generating SQLs every time for prepared queries #1

Closed
ShreckYe opened this issue Aug 14, 2022 · 2 comments

Comments

@ShreckYe
Copy link
Member

No description provided.

@ShreckYe
Copy link
Member Author

It seems that prepared queries can be cached and executed multiple times. See: https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/Java/vertx/src/main/java/vertx/App.java#L151-L153.

@ShreckYe ShreckYe changed the title Study the performance implications of generating SQLs everytime for prepared queries Study the performance implications of generating SQLs every time for prepared queries Nov 14, 2024
@ShreckYe
Copy link
Member Author

Already resolved by commit 981992d.

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

No branches or pull requests

1 participant