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

A performance issue during access to multiple database elements #45

Open
mkraposhin opened this issue Jul 25, 2024 · 1 comment
Open
Labels
help wanted Extra attention is needed

Comments

@mkraposhin
Copy link
Contributor

When requesting information about many (> 5000) elements (virtual machine interfaces, virtual networks, etc) via VNC config client, it might create long delays (due to querying Config or Cassandra DB) which might create timeout errors.

The situation happens, for instance, in Web UI for requests of 5000 VNs : /virtual-networks?detail=true&fields=physical_router_back_refs,floating_ip_pools,bridge_domains

The similar case can be also reproduced using request of information for 5000 ports (virtual machine interfaces)

@mkraposhin mkraposhin added the help wanted Extra attention is needed label Jul 25, 2024
@aignatov
Copy link

some performance improvement might be achieved with this patch: https://gerrit.opensdn.io/c/opensdn-io/tf-controller/+/826

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants