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

Prepare mysql statements on other connections if the connections where it's already prepared are busy #18

Closed
bwoebi opened this issue Sep 13, 2016 · 1 comment

Comments

@bwoebi
Copy link
Member

bwoebi commented Sep 13, 2016

To avoid bigger latencies when multiple prepared statements are prepared on a same connection and they're all executed simultaneously.

[And not just when connections crashed.]

@kelunik
Copy link
Member

kelunik commented May 13, 2018

@trowski Is this already been solved? IIRC, there have been changes to implement this, no? Currently the client falls over in case of many concurrent executions of a single prepared statement.

@trowski trowski closed this as completed Oct 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants