-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
Deployment Type
Self-hosted
NetBox Version
v4.2.8
Python Version
3.10
Steps to Reproduce
- Enable SQL logging
- Do API requests:
- api/ipam/ip-addresses/
- api/ipam/prefixes
- api/dcim/interfaces
Expected Behavior
All required data is loaded by batch SQL requests
Observed Behavior
In the output you will see repeated SQL calls for each object in the response set:
circuits_virtualcircuitterminationfor interfacesdcim_interfacefolowing bydcim_devicefor ip-addressdcim_sitefor prefixes
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application