Performance comparisons between NetBox 3.7 and 4.4 #20663
markkuleinio
started this conversation in
General
Replies: 1 comment
-
|
I have the feeling that netbox It's gotten slower. I upgraded from 4.x to the latest version, and scripts have gotten noticeably slower to run. |
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.
-
Using simple
pynetboxcalls, without threading, for raw comparison:NetBox 3.7.3 (on PostgreSQL 13.20 on Amazon RDS):
NetBox 4.4.4 (on PostgreSQL 17.6 on Amazon RDS):
Using
threading=Truein pynetbox brings about 15% improvement on theprefixes.all()calls for both 3.7 and 4.4, no difference in thedevices.*calls.Edit: added psql versions above.
Beta Was this translation helpful? Give feedback.
All reactions