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

Leverage query preparation #58

Open
SOF3 opened this issue Apr 17, 2021 · 0 comments
Open

Leverage query preparation #58

SOF3 opened this issue Apr 17, 2021 · 0 comments

Comments

@SOF3
Copy link
Member

SOF3 commented Apr 17, 2021

Queries that do not change dynamically (basically all queries without list: parameters) can be prepared into a mysqli_stmt/Sqlite3Stmt in advance. This reduces the CPU load and roundtrip time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant