Netbox query performance degradation (v4.5.4) #22023
Unanswered
weakcamel
asked this question in
Help Wanted!
Replies: 1 comment
-
|
I may be seeing something similar after upgrading my dev environment from 4.4.10 to 4.5.9. Requests to 4.5 are frequently timing out, whereas the requests to 4.4 succeed quickly. Similarly lowering the number of parallel requests succeeds more often (though is still significantly slower than the same requests on 4.4, with occasional timeouts). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thanks for Netbox - I've started using it relatively lately but already loving it and can't believe we survived for years without it!
We have indeed upgraded recently to netbox 4.5.4 (unfortunately I'm not sure what was the previous version, likely an early 4.x), our deployment is running on Kubernetes (Azure cluster). Unfortunately, we're noticing a performance degradation rather than improvement. Since the upgrade, our lookups (from Ansible, using netbox.netbox collection 3.22.0) have started failing when the number of parallel queries reaches ~10; in the past this just didn't happen at all, no matter the parallelism.
Details of the deployment:
Observations from running a simple AI-generated script:
10 parallel queries for a specific IP address in IPAM (Edit:
device) in Netbox are doing fine. 20 of them hare a 95% success rate and if gets worse and worse with the number of parallel queries.Any ideas how to improve that? is it just me or has 4.5.2 indeed make Netbox slower rather than faster?
Beta Was this translation helpful? Give feedback.
All reactions