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

consider about adding a connection resource control module for proxy #1986

Closed
cherrylzhao opened this issue Mar 7, 2019 · 1 comment
Closed
Assignees

Comments

@cherrylzhao
Copy link
Member

now our proxy backend connection model was based on channel after connection was established.
if client side use asynchronous connection model, our proxy will make the request per on channel synchronized for resource controller, and backend connection self became very heavy.

so we consider about simplify backend connection. make backend connection multi-instances available within one established channel. maybe we can add a resource controller module for proxy.
it will allocate the physical connection resource according to sql explain plan, transaction, customized configuration.

@cherrylzhao cherrylzhao changed the title consider add a connection resource control module for proxy consider about adding a connection resource control module for proxy Mar 7, 2019
@cherrylzhao cherrylzhao self-assigned this Mar 7, 2019
@cherrylzhao
Copy link
Member Author

just close it since we have not plan to refactor it.

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

2 participants