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

Add support for unix sockets with MySQL instead of TCP for faster connections #359

Open
JVT038 opened this issue May 20, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@JVT038
Copy link
Collaborator

JVT038 commented May 20, 2023

No description provided.

@JVT038 JVT038 added the enhancement New feature or request label May 20, 2023
@leepeuker
Copy link
Owner

As far as I know the performance difference using Unix sockets is usually not really noticeable except under some special circumstances like your database being under heavy load.

I have no problem if we add support für Unix sockets, but I am not sure if this would solve your performance issues 🤔

@JVT038
Copy link
Collaborator Author

JVT038 commented May 21, 2023

I don't know either, but I hope it can solve my performance issues.

@leepeuker
Copy link
Owner

Do you have the same performance issues with SQLite? If yes it should definitely not be relevant how you connect to MySQL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants