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

Improve EditServer performance #80

Open
Mo3m3n opened this issue Feb 25, 2022 · 1 comment
Open

Improve EditServer performance #80

Mo3m3n opened this issue Feb 25, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Mo3m3n
Copy link
Contributor

Mo3m3n commented Feb 25, 2022

EditServer has a linear time complexity because all backend servers are parsed for each call.
It would be useful to have a constant execution time especially this tend to be called frequently to scale up/down backend servers in Ingress Controller

@oktalz oktalz added the enhancement New feature or request label Feb 25, 2022
@oktalz
Copy link
Member

oktalz commented Feb 25, 2022

before we optimize this, we also need to optimize this specific part in config-parser project

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